4D 2003.8r2
Windows Vista SP2
A4D 3+ (yes, I'm trying to get this client to upgrade. In fact in currently
upgrading another client to A4D v5+)
I'm hitting a wall with a simple statement: Set Session("item";1)
When this statement is executed it fails, without an A4D error, the current
point of execution in the code jumps to another location and continues. I
know this because I log consecutive numbers around this statement.
Set Session("item";0)
WriteLog("1")
Set Session("item";1)
WriteLog("2")
$Num:=Get Session("item")
WriteLog(String($Num))
The "2" never appears in my log.
Last item value written never appears in the log.
A4D seems to branch to some other place and continue.
The Active4D.log in the plugin (WIN4X) directory contains nothing relevant.
Last entry is 3 years old.
Before the Set Session "item" is a longint.
Every Set Session("item";.) sets the value to a longint.
My head hurts.
Thanks for your help!
David
_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/