[Gambas-user] Global variable in WebApplication

Michele V. akrobaticone at gmail.com
Fri Jan 11 14:56:40 CET 2019


Hi
I need to use a global variable (array of string) in WebForm Application
I have declared it in at begin of class file as  normal gambas program, but
sometimes in function and subrutine this variable is empty despite it is
popolated by other subrutine

'gambas class file

Export
public str as new string[10]

Public sub WebForm_Open()
........
End
.
How can it be done?
Thank you


---------------------------------------------------------------------------------------------
----------------------------------------------
Io scrivo da UBUNTU GNU/LINUX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190111/cd320dca/attachment.html>


More information about the User mailing list