Search found 1 match

by vbgirl1420
Sat Mar 15, 2008 7:56 pm
Forum: QBASIC and QB64 Questions & Answers
Topic: Reversing Integers
Replies: 3
Views: 7069

Reversing Integers

Is there a command which will reverse the order of an integer? For example, if x%=12345, I would like a command to switch x% to 54321. I also tried converting the integer to a string and reversing it, but I cannot find a way to convert the string back to an integer. Thanks in advance.

Jenna