Should I post that in the bugs section?
Posted: Thu May 15, 2003 10:20 pm
---- Code ----
a = 5
#B = 6
Debug a - #B
If 0 <= a - #B
Debug "taken"
Else
Debug "not taken"
EndIf
---- Debug window ---
-1
Not taken
---- Comments ----
Is it a bug or a feature? Should I post that in the bugs section. Is there a work around?
a = 5
#B = 6
Debug a - #B
If 0 <= a - #B
Debug "taken"
Else
Debug "not taken"
EndIf
---- Debug window ---
-1
Not taken
---- Comments ----
Is it a bug or a feature? Should I post that in the bugs section. Is there a work around?