FieldCount (HttpRequest function): Difference between revisions
Jump to navigation
Jump to search
m (match syntax table to syntax template; edits, tags and links (err, this one needs some detail)) |
m (→Syntax terms) |
||
Line 5: | Line 5: | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%number</th><td> | <tr><th>%number</th><td>A numeric variable to contain the returned count.</td></tr> | ||
<tr><th>httpRequest</th> | <tr><th>httpRequest</th> | ||
<td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> | <td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> |
Revision as of 19:30, 21 June 2011
Number of fields in the current request (HttpRequest class)
Syntax
%number = httpRequest:FieldCount
Syntax terms
%number | A numeric variable to contain the returned count. |
---|---|
httpRequest | A previously defined and instantiated HttpRequest object. |