B4J Question Reuse a list

Pelky

Active Member
Licensed User
Longtime User
I want to create list array from a select statements and then use it in different sub routines as I really don't want to have to create it multiple times

Sub Process_Globals
Public aList As List
End Sub

I cannot access this array outside of the SUB that creates it?

is there a way to do this?
 

Pelky

Active Member
Licensed User
Longtime User
I was just coming back to this post .....

I saved it and then went and looked at it again and it did not show as an error.

I am so sorry to have troubled you Errel but I do thank you very very much for coming back to me so quickly ... it is really
appreciated.
 
Upvote 0
Top