Restored from previous forum. Originally posted by Lars.
There are just missing a few basic Commands in PureBasic:
-Mod(x,y): Returns the Modulo of x/y (x-(int(x/y) * y))
-case is: a command in the select structure wich allows you to test, if x > y or x < y
Lars
IF ALL SEEMS PERFECT, CHECK IT AGAIN. TWICE.