How do I convert a positive Integer to a negative with Delphi? I know you could use ABS(int) to convert a negative to a positive, but I need it to convert positive to negative.
How do I convert a positive Integer to a negative with Delphi? I know
Share
from what I know there is no function for that. you can make