$Lstr Len: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
(Automatically generated page update)
Line 24: Line 24:
<li>[[List of $functions|Sirius functions]]</li>
<li>[[List of $functions|Sirius functions]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[http://m204wiki.rocketsoftware.com/images/4/4a/JoclrNew.pdf Janus Open Client]</li>
<li>[[Media:JoclrNew.pdf|Janus Open Client]</li>
<li>[http://m204wiki.rocketsoftware.com/images/1/17/JosrvrNew.pdf Janus Open Server]</li>
<li>[http://m204wiki.rocketsoftware.com/images/1/17/JosrvrNew.pdf Janus Open Server]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Sockets]]</li>

Revision as of 21:17, 19 February 2015

Length of a longstring

Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $Lstr_Len function is the Length function.

This function takes a string or longstring input and produces a numeric output that is the length of the input string or longstring.

The $Lstr_Len function accepts one argument and returns a numeric result that is the length of the first argument.

The first argument is an arbitrary string or longstring

Syntax

%len = $Lstr_Len(longstring)

%len is the length of longstring

Usage notes

$Lstr_Len can be used wherever $Len is used, but $Len will cause request cancellation for an input Longstring of length greater than 255 bytes.

Products authorizing $Lstr_Len