ESP Directives › Variables
Variables
During execution of the ESP program, the following variables are available for use:
- Most OML system variables.
- NCL and OML global variables.
- Request.QueryString.Named.keywordContains the value for the last occurrence of the page parameter keyword.
- Request.QueryString.Named.keyword.0Contains number of occurrences of the page parameter keyword.
- Request.QueryString.Named.keyword.nContains the value for the nth occurrences of the page parameter keyword.
- Request.QueryString.Indexed.0Contains the total number of page parameters.
- Request.QueryString.Indexed.n.NameContains the name of the nth page parameter.
- Request.QueryString.Indexed.n.ValueContains the value of the nth page parameter.
Note: All variables created in the page context must have a name that does not begin with #. All other variable names are allowed.
The following variables are built into ESP:
- &DirectiveStart = <%
- &DirectiveEnd = %>
Copyright © 2010 CA.
All rights reserved.