FieldCount (HttpRequest function)
Jump to navigation
Jump to search
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. |