2012-08-04, 12:21 AM
Compiler crashes if a sub is sent an empty string:
Code:
SUB stringtest (thing as string)
asm
DI
HALT
END ASM
END SUB
stringtest("")

