You cannot include vb script in B4A but you can port that code and write that in a Class then initialize that class instance where you want to include that code. If your code is simple then you can use code module instead.
Ok, i understand,
that had been allways very useful, these parts of code to be included " AS IS ", to better organize the repeated modules of our pages ...
Thanks
I dont know whether it is possible to include any code in any known programming language other than web. In java you have to do the same, create a class to use some code in multiple module.