fireday Member Licensed User Longtime User Jul 27, 2015 #1 hi all there is static variables in b4a ? how it be in vb6: Spoiler: screen
RandomCoder Well-Known Member Licensed User Longtime User Jul 27, 2015 #2 Short answer is no. But you can use Global Process Variables and set they're initial value in Activity Create checking that FirstTime is True which will give sort of the same effect. Upvote 0
Short answer is no. But you can use Global Process Variables and set they're initial value in Activity Create checking that FirstTime is True which will give sort of the same effect.