Android Question chain new b4a program ?

trepdas

Active Member
Licensed User
Longtime User
again, I apologize for my noob questions.
it's these little things that get me stuck.



in visual basic, I can chain a new vb program i.e.

B4X:
Chain program2.bas,,all


while keeping the existing global variables in the new chained file.

How would I do the same with b4a?

I want to load to an existing project a new (b4a file) , while keep the existing global variables that came with the old b4a file ....

in b4a, what would be the best way to do this?


leads/links are very appreciated.

thank you.
 

DonManfred

Expert
Licensed User
Longtime User
There is no such method in B4A
 
Upvote 0

trepdas

Active Member
Licensed User
Longtime User
so actually, my fisrt solution that came to mind (which I thought was stupid) would be to write data into file and load the data in the new b4a file....

I guess I'll solve it like that for now.
 
Last edited:
Upvote 0

KMatle

Expert
Licensed User
Longtime User
Upvote 0
Top