hi there!
B4A looks promising. Been using it successfully! And the new 'B4A-bridge' speeds up the testing, thanks!
However I'm somewhat missing a quick way for setting default values for variables, strings and arrays.
This is not possible in B4A in any way?
Int myNumbers()={34,35,36...};
and since the data statements are missing too i will be ending up doing it in an awkward way...
myNumbers(0)=34
myNumbers(1)=35
myNumbers(2)=36
Best wishes,
Kapslok
B4A looks promising. Been using it successfully! And the new 'B4A-bridge' speeds up the testing, thanks!
However I'm somewhat missing a quick way for setting default values for variables, strings and arrays.
This is not possible in B4A in any way?
Int myNumbers()={34,35,36...};
and since the data statements are missing too i will be ending up doing it in an awkward way...
myNumbers(0)=34
myNumbers(1)=35
myNumbers(2)=36
Best wishes,
Kapslok