Date:  03/26/2007 02:02:59 PM Msg ID:  003372
From:  FoxWeb Support Thread:  003367
Subject:  Re: Session Vars from ASP into FoxWeb ??
Is this code running in an ASP, or a FoxWeb script?  I guess it really doesn't make a difference.  If you want to execute the statement, you must enclose it in merge tags, like I explained in my previous message.  May be something like the following:
 
<%pg = pg + msubmit + Session("submit")%>
 
FoxWeb Support Team
support@foxweb.com email
Sent by P.F. McCracken on 03/26/2007 06:29:38 AM:
1) The <%  and %> is meant to be for the ASP VBScript stuff.
2) The pg=pg+ is the variable fed into the Foxweb interpreter.
Sent by FoxWeb Support on 03/23/2007 04:57:09 PM:
I assume the line below is executing within an ASP page, right?  Make sure that you have wrapped it in code delimiters (<% and %>). 
FoxWeb Support Team
support@foxweb.com email
Sent by P.F. McCracken on 03/23/2007 06:07:31 AM:
 I am having difficulty getting the Session vars from an ASP process into the Foxweb process.  Getting the syntax correct, if that is the only reason, is not easy.
This line pg=pg+ msubmit+'=<% Session("submit")%>'   , comes out as only text on the screen.