PDA

View Full Version : Session variable is empty


lledden
10-30-2008, 09:00 AM
I must be missing something obvious. I built a test setup containing the lines

Path = SessionVar.Expand("%ApplicationDataFolder%");
Dialog.Message("Data folder", path, MB_OK);

and the dialog comes up empty. Does some action need to be taken to populate the session variables before they can be used?

jassing
10-30-2008, 09:03 AM
Path is not the same as path.

lledden
10-30-2008, 01:39 PM
Sorry for the stupid question. Too much time working in VB.NET.