이 콘텐츠는 선택한 언어로 제공되지 않습니다.
function::strlen
Name
function::strlen — Returns the length of a string.
Synopsis
function strlen:long(s:string)
Arguments
s
- the string
General Syntax
strlen: long (str:string)
Description
This function returns the length of the string, which can be zero up to MAXSTRINGLEN.