I am using: sqltempVar = SessionVar.Get("%sqltempfolder%");
in my %sqltempfolder% session I have: %ProgramFilesFolder%\Your Product\sqltemp
When I use the sqltempVar it will output exactually the above in my output result.
How do I get it to include the %ProgramFilesFolder% also? i.e C:\ProgramFiles etc rather than the %ProgramFilesFolder% text.
Do I need to concatenate the session vars some how?
thanks for any help in advance.
in my %sqltempfolder% session I have: %ProgramFilesFolder%\Your Product\sqltemp
When I use the sqltempVar it will output exactually the above in my output result.
How do I get it to include the %ProgramFilesFolder% also? i.e C:\ProgramFiles etc rather than the %ProgramFilesFolder% text.
Do I need to concatenate the session vars some how?
thanks for any help in advance.
Comment