hi all,
I have a (For). I want to reverse the number.
For example in C language:
i use
but it doesn't work. what should i do?
I have a (For). I want to reverse the number.
For example in C language:
C:
for(int i = 10; i>=0; i--)
B4X:
for i = 10 to 0
next
Last edited: