Este conteúdo não está disponível no idioma selecionado.
function::strlen
Name
function::strlen — Returns the length of a string.
Synopsis
function strlen:long(s:string)
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.