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