Android Question Add variable on module attributes

avacondios

Active Member
Licensed User
Longtime User
Hi,

Is it possible to set a global variable on module properties and change the value of this variable on program execution ?
 

stevel05

Expert
Licensed User
Longtime User
If by module properties you mean a variable declared in Process_Globals sub, then yes, just assign it a new value.
 
Upvote 0

avacondios

Active Member
Licensed User
Longtime User
If by module properties you mean a variable declared in Process_Globals sub, then yes, just assign it a new value.
No, I mean to change the module attributes....example
#Region Module Attributes
#FullScreen: False
#End Region

to change the fullscreen from false to true by a global variable
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…