Ok.. I'll give you warning due this:
Quote: "Joined: Tue Sep 13th 2005"
But dude.. please.. don't use the code field.. it hardly works..
Use the "code" button (above the emotIcons) instead..
Click one time:
<code>
Type your code..
And click another time:
</code>
It is gonna bring
OnTopic: I can't see your code, but I think you wanna
repeat
something
until the user types a positive value, right?
value$="-1"
repeat
cls
set cursor 0,100
input "Type a positive value: ", value$
until val(value$)>0
cls
set cursor 0,100
print "Finally!! A positive number =D"
wait key
well.. there are many other ways to get this result..
check out the DBPro's help to learn many other loop
structures.. or just use the search button ate the
bottom left of the board..
btw.. STATE the language you're using: DBP/DBC..
ok?
and welcome to the forums..
The worst foe lies within the self..