Page 1 of 1

Global variables

Posted: Mon Jan 19, 2015 11:46 am
by malin
Dear livecoder,

I do have a problem with global variables.
I use this global variable to pass an information from db to each page on my mobile app.
It does not update when the app is updated on the iphone emulator, but works well on livecode it self.
Pls does anybody know what the problem could be?

Greetings
Malin

Re: Global variables

Posted: Mon Jan 19, 2015 2:42 pm
by Klaus
Hi Malin,

I'm afraid we need to look at your code, at least the bit which UPDATES that namely global
and does not work in the simulator!


Best

Klaus

Re: Global variables

Posted: Tue Jan 20, 2015 7:18 am
by malin
Hi Klaus,

Tack :)

I figured it out and fixed. Just my mistake.

/Malin