HeaderCount (HttpRequest function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
mNo edit summary
 
(3 intermediate revisions by 3 users not shown)
Line 5: Line 5:
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th><td>A numeric variable to contain the returned count.</td></tr>
<tr><th>hTTPRequest</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==
 
==Examples==
==See also==
==See also==
{{Template:HttpRequest:HeaderCount footer}}
{{Template:HttpRequest:HeaderCount footer}}

Latest revision as of 19:40, 15 August 2011

Number of headers in this request (HttpRequest class)


Syntax

%number = httpRequest:HeaderCount

Syntax terms

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

See also