Hi all,
I am new to the rms. I would like to write to and read from session variable.
dim a as string="123"
mySession.Variable(0,a) 'to write to variable
dim b as string = mySession.Variable(0) 'to read from variable
but somehow the write to variable can not work. And i search around google, I saw some example:
mySession.Variable(0)=a 'to write
when i tried to read, it return me NULL
Thanks in advance
*This post is locked for comments
do you have the mysession variable initialized prior to reading and writing.
I would double check the customization guide first to see the example
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,782 Super User 2024 Season 2
Martin Dráb 229,067 Most Valuable Professional
nmaenpaa 101,150