Len() 用于返回输入字符串的长度。
语法:
Len(text)
返回数据类型: 整数
T1: Load String, First&Second as NewString; Load *, mid(String,len(First)+1) as Second; Load *, upper(left(String,1)) as First; Load * inline [ String this is a sample text string capitalize first letter only ];
结果
如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们如何改进!