编辑字符串内容
The following functions edit, format, and align the contents of strings. Use the & or + operators to concatenate strings.
Converts a numeric expression to a string, and then formats it according to the format that you specify.
将某个字符串变量中的字符串左对齐,或者将自定义类型的变量复制到其他自定义的类型变量。
返回字符串表达式的指定部分 (Mid 函数),或将字符串表达式的指定部分替换成另一个字符串 (Mid 语句)。
右对齐字符串变量中的字符串,或将自定义变量类型复制为其他变量。