返回指定字符串的字符长度。
StrLen("String")
StrLen
String
参数说明: String —— 字符串表达式。
StrLen("Drawdown"); 返回值 8
StrLen("Drawdown");
"Drawdown"