Please give us a NOT operator... I miss doing...
Code: Select all
while not eof(1)
...
wend
Is there a spring feature for the StatusBar? Example...
Code: Select all
AddStatusBarField(-1)
Any chance to have C like math syntax?
Code: Select all
a += 10
b++