Android Question JavaScript inside B4A

sirjo66

Well-Known Member
Licensed User
Longtime User
Hello to all,
I have a function written in JavaScript (about 600 lines of code) that execute some mathematical calculation (two string input parameters, one string output parameter).
I need to execute the same calculation in B4A (version 8.30) and I want to know if I need to re-write this function (very complicated) in B4A or if I can use it as is.
Well, I can modify the JavaScript source as I want, for example add to it some lines for connect JavaScript to B4A, but I don't know how to do it.

Is there a tutorial ??
Many thanks
Sergio
 
Top