Hello
I have many of the same functions ( sub title1 sub title2 .............. sub title500). in the previous version I called CallSub ("Main","title"& number) number=(1.........500) and it worked. after the change B4A does not work CallSub. if I call the function CallSub ("Main","title1") this function works normally. some hint?
I have many of the same functions ( sub title1 sub title2 .............. sub title500). in the previous version I called CallSub ("Main","title"& number) number=(1.........500) and it worked. after the change B4A does not work CallSub. if I call the function CallSub ("Main","title1") this function works normally. some hint?
Thank you for your help. Everything works thanks to your tips
I have one more problem
my application sends and receives udp packets. I would like it to work in the background.
I looked at examples "MyLocation" . Unfortunately I can't understand .