Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Turn negative into positive
Message
From
08/12/2013 17:59:21
 
 
To
08/12/2013 06:16:52
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01589528
Message ID:
01589539
Views:
98
of course!! that cleaned up my example (too many n's) - tnx k

>>Is there a function in VFP that turns a negative number into positive?
>>
>>N = -100
>>N = N-2*N  && this will do it but is there simply a function that will convert it.
>>
>>
>>thanks
>>k
>
>N = -100
>N = -N
>?N
>
Previous
Reply
Map
View

Click here to load this message in the networking platform