編輯字串內容
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 陳述式)。
Replaces some string by another.
向右對齊字串型變數中的字串,或將使用者自訂的變數類型複製到其他變數中。