"FML2010" wrote:
got another question...
how can i get the "get new code" to send the request back to the website for a new one?
i have had no luck with any Buttons doing anything i want them to do!!
elseif e.GetName() = "customerId" then
customerId = strtoi(e.GetBody())
RegWrite("customerId", customerId)
elseif e.GetName() = "type" then
userType = strtoi(e.GetBody())
RegWrite("userType", userType)
elseif e.GetName() = "creationTime" then
creationTime = strtoi(e.GetBody())