stringLength = LEN(string$|container$$)
2000 年 5 月 30 日 (版本 3)
此函式返回 string$ 或 container$$ 中包含的字元數。對於空字串,返回零。
string$
container$$
注意: 要確定可以放入字串變數中的最大字元數,請使用
SIZEOF(stringVar$) - 1
容器中允許的最大字元數理論上為 2 GB,但通常受可用記憶體限制。
SIZEOF