JCL Help:StrLen
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: StrLen
Search in JCL Help
Search in all projects
Summary
Returns the length of the supplied string.
Parameters
Parameters | Description |
S | Pointer to the null terminated string for which to determine the length. |
Return Value
The length of the string, in characters.
Description
StrLen returns the length of the supplied string, in characters, excluding the null terminating character. This function is identical to the StrLen routine from SysUtils.pas except that it is much faster.
About
Donator
Robert Lee
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page