Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invert a numeric value
Message
From
14/04/2005 10:28:35
 
 
To
14/04/2005 09:38:38
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows 2000 SP4
Miscellaneous
Thread ID:
01004535
Message ID:
01004654
Views:
15
Excellent! Short and sweet.

Glenn

>>
>>x = 12345
>>x = 0 - x  && Invert the sign x = -12345
>>x = 0 - x  && Invert the sign x = +12345
>>
>
>While this should give you the correct solution, the zero is not really required: x = -x is enough.
Previous
Reply
Map
View

Click here to load this message in the networking platform