Multiplying an empty string never throws an error
Root / SmileBASIC Bug Reports / [.]
12Me21Created:
HOLY COW! is it possible to make it into a function:No, it has to be when you create the variable. (And you can't return an untyped variable from a function anyway, that just throws an error)DEF Untyped() IF FALSE THEN DIM UNTYPED[0] RETURN UNTYPED END
VAR X=UNTYPED() 'won't work because X is already a number variable