↧
From: | Tuvia Vinitsky |
To: | Thierry Nivelet (FoxInCloud) |
Why can't you use this to solve your issue of saving and restoring the _screen properties?
What functions in abtxt put the array or object together again, EVAL will not do that.
Session.setSessionVal('myDate', cLitteral(date())) && or dateTime() myDate = Evaluate(Session.getSessionVar('myDate'))
I should have realized this, so in case anyone tries this:
x=date()
y=dtoc(x)
session.setsessionvar("mydate", y)
Y has slashes in it, and since setsessionvar ises XML, it will not save the string value correctly.