Announcement

Collapse
No announcement yet.

How do you get the full session trail?

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

  • nomis23uk
    replied
    works like a charm. thank you.

    Leave a comment:


  • Ulrich
    replied
    Use SessionVar.Expand() instead of SessionVar.Get().

    Ulrich

    Leave a comment:


  • nomis23uk
    started a topic How do you get the full session trail?

    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.
Working...
X