FieldCount (HttpRequest function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Number of fields in the current request (HttpRequest class)


Syntax

%number = httpRequest:FieldCount

Syntax terms

%numberA numeric variable to contain the returned count.
httpRequest A previously defined and instantiated HttpRequest object.

See also