Navigation: thinBasic language > Data types and variables > DIM > GLOBAL |
|
Description
Synonymous of DIM keyword when used outside any function.
Inside a function GLOBAL statement will define a GLOBAL variable the first time the function is executed and ignored in all other function execution.
Syntax
see DIM keyword
Returns
None
Parameters
Remarks
Restrictions
See also
Examples
© 2004-2008 thinBasic. All rights reserved. | Version 1.7.0.0 | Web Site: http://www.thinbasic.com |