Announcement

Collapse
No announcement yet.

How do you get the full session trail?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How do you get the full session trail?

    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.

  • #2
    Use SessionVar.Expand() instead of SessionVar.Get().

    Ulrich

    Comment


    • #3
      works like a charm. thank you.

      Comment

      Working...
      X