Quote:
Originally posted by jawanda
Alright, this might not be the cleanest approach, by try something like this.
A=2
While A is less than Input
A = A*2
Wend
Edit: Input = A/2
|
This is currently what I'm doing, except after that I determine the distance between the value before and after the > value, then get the distance and choose it.
blazin: Thanks, I will :D