HTBasic Help
×
Menu
Index

Local Variable

 
All variables are local and are accessible only in the current context unless declared as COM variables. When the context begins execution, storage space is allocated for all local variables and their values are set to zero. When execution of the context is completed, the local variable storage space is released and their values are lost.