編輯字串內容
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.
將某個字串型變數中的字串向左對齊,或者將使用者自訂類型的變數複製到不同使用者自訂類型的變數中。
Returns the specified portion of a string expression (Mid function), or replaces the portion of a string expression with another string (Mid subroutine).
Replaces some string by another.
向右對齊字串型變數中的字串,或將使用者自訂的變數類型複製到其他變數中。