FieldCount (HttpRequest function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
mNo edit summary |
||
Line 9: | Line 9: | ||
<td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> | <td>A previously defined and instantiated <var>HttpRequest</var> object.</td></tr> | ||
</table> | </table> | ||
==See also== | ==See also== | ||
{{Template:HttpRequest:FieldCount footer}} | {{Template:HttpRequest:FieldCount footer}} |
Latest revision as of 19:40, 15 August 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. |