FieldCount (HttpRequest function): Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
m (match syntax table to syntax template; edits, tags and links (err, this one needs some detail)) |
||
Line 6: | Line 6: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th><td>number</td></tr> | <tr><th>%number</th><td>number</td></tr> | ||
<tr><th> | <tr><th>httpRequest</th> | ||
<td><var>HttpRequest</var> object</td></tr> | <td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> | ||
</table> | </table> | ||
==Usage notes== | ==Usage notes== | ||
==Examples== | ==Examples== | ||
==See also== | ==See also== | ||
{{Template:HttpRequest:FieldCount footer}} | {{Template:HttpRequest:FieldCount footer}} |
Revision as of 07:52, 18 June 2011
Number of fields in the current request (HttpRequest class)
Syntax
%number = httpRequest:FieldCount
Syntax terms
%number | number |
---|---|
httpRequest | A previously defined and instantiated HttpRequest object. |