$Web Cookie Len or $Web Cookie Parm Len: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
(Automatically generated page update) |
||
Line 1: | Line 1: | ||
{{DISPLAYTITLE:$Web_Cookie_Len or $Web_Cookie_Parm_Len}} | {{DISPLAYTITLE:$Web_Cookie_Len or $Web_Cookie_Parm_Len}} | ||
<span class="pageSubtitle" | <span class="pageSubtitle">Length of cookie</span> | ||
Line 7: | Line 7: | ||
==Syntax== | ==Syntax== | ||
<p class="syntax" | <p class="syntax"><span class="term">%rc</span> = $Web_Cookie_Len( name, occurrence ) | ||
</p> | |||
<table class="syntaxTable"> | <table class="syntaxTable"> |
Revision as of 13:52, 9 April 2013
Length of cookie
$Web_Cookie_Len and $Web_Cookie_Parm_Len retrieve the length of a cookie.
$Web_Cookie__Parm_Len is an alias for $Web_Cookie_Len; they each take two arguments and return a number, or zero if the cookie does not exist.
Syntax
%rc = $Web_Cookie_Len( name, occurrence )
name | The name of the cookie, returned by $Web_Cookie_Name. Required argument if occurrence not specified, otherwise optional. |
---|---|
occurrence | The occurrence number of a cookie, or the occurrence number of the cookie matching 'name', if name is specified. Optional argument if name is specified, otherwise it is required. |