2012-08-04, 04:14 PM
britlion Wrote:Compiler crashes if a sub is sent an empty string:True, and fixed. Please, download the latest version, try it and tell me.
Code:SUB stringtest (thing as string) asm DI HALT END ASM END SUB stringtest("")

