Using server time = variable type "text"
@Hopscotch
For replenshing timers you count every second since the first start of the app via appformative.
Now i was wondering if this variable could reach its limit but I see you used text.
So I wonder if "text" is limited too or you avoid exactly that issue with it
- AF_SecondsAfterLaunch of type text
http://www.appformative.com/implementation_gamesalad_extendedsetup.mox
Comments
@BigDave I use text in this context both for ease of setup and to avoid the integer limit.
The text field will cope with values as big as the system returns.
@Hopscotch
thanks!