Null   

Definition:

Indicates a null or empty value.

Parameter Description:


None

Command Description:

Designates a null value. Useful for erasing a variable or testing if a variable has a value at all.

Example:

; Null example

strHello$="Hello"

Print strHello$

strHello$=Null

Index