Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Invert a numeric value
Message
From
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:
01004621
Views:
26
>
>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.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform