Hi

Is there a function to reverse an integer?

For example ReverseInt(24) would return -24 or ReverseInt(-10) would return 10.

Thanks.