05-18-2005, 08:07 PM
Any reason why this program refuses to compile with FBIDE 0.4, drag and drop didn't work either.
I tried it in BE (basic editor) and it worked fine, drag and drop works fine again as well.
(i'm trying to make a sleep command that doesn't pass on the inkey$, dunno why)
I tried it in BE (basic editor) and it worked fine, drag and drop works fine again as well.
Code:
DECLARE FUNCTION stall (sleepertime)
stall 10
FUNCTION stall (sleepertime)
T = TIMER + sleepertime
WHILE T! <= T
key$ = INKEY$
T! = TIMER
IF key$ <> "" THEN GOTO stallexit
WEND
stallexit:
END Function
(i'm trying to make a sleep command that doesn't pass on the inkey$, dunno why)
url=http://www.sloganizer.net/en/]
[/url]
![[Image: style4,TheDarkJay.png]](http://www.sloganizer.net/en/style4,TheDarkJay.png)