hi
i have 2 apps
in both i use a piece of code that generates dynamic data required by both
currently i use the same code in both so for each modification i need to copy and paste the code into both overwriting the existing code
is there a way i can have an external file with the b4a code or even just a text code so then i can parse it to avoid copy & paste?
what i mean is that i want to modify that text file and on runtime to use the content as the data
i did try using a file on the server and download it but i think this way should be better
is it?
the online & download file has one big advantage as i can modify it without recompile and redistribute
any views / opinions / suggestions?
thanks
i have 2 apps
in both i use a piece of code that generates dynamic data required by both
currently i use the same code in both so for each modification i need to copy and paste the code into both overwriting the existing code
is there a way i can have an external file with the b4a code or even just a text code so then i can parse it to avoid copy & paste?
what i mean is that i want to modify that text file and on runtime to use the content as the data
i did try using a file on the server and download it but i think this way should be better
is it?
the online & download file has one big advantage as i can modify it without recompile and redistribute
any views / opinions / suggestions?
thanks