English
Chinese
 
yTin Online Help
 
 
中文主页
|
Home (english)
|
快快下载
|
实战教程
|
命令帮助
|
实用工具
|
常问问题
|
讨论留言
|
友好泥潭
|
我的程序
|
全球镜像
|
getl
Command: getlistlength - returns the length of a list
Syntax:  
#getlistlength
{dest var} {list}
Example:
#variable
alignlist {1 2 3}
           
#getl
Length {$alignlist}   <--- returns 3 in the Length variable
Another Example:
           
#delimiter
{;;}
           
#var
list {n;e;s;;get all;n;;e;e;s}
           
#getl
Length $list
The delimiter ";;" breaks the $list into: {n;e;s}, {get all;n} and {e;e;s}
three parts, thus Length variable is now 3.
See also: delimiter, getlistlength