Output Directive

The output directive allows for the substitution of a variable or the result of an OML function into a page.

Syntax

The output directive uses the following syntax:

<%= {   &variable | { package:function | built-in }  [ share=variableList ] 
[ escape=char ] [ parm1=parm1 [ parm2=parm2 … [ parm25= parm25] ] ] } %>

Keywords

The output directive contains the following keywords:

Examples

<%= &ipaddr %>
<%= &Request.QueryString.ipaddr %>
<%= $IPPKG:SNMPGetSingleAttribute parm1='&ipaddr' parm2='oid=1.2.3.4.56.1.45.1.0' %>


Copyright © 2010 CA. All rights reserved.