StrLen
Length of a null-terminated string.
Declaration
Source position: systemh.inc line 1238
function StrLen(p: PChar) : SizeInt;
Description
Returns the length of the null-terminated string P.
Errors
None.
Length of a null-terminated string.
Source position: systemh.inc line 1238
function StrLen(p: PChar) : SizeInt;
Returns the length of the null-terminated string P.
None.