編輯字串內容

The following functions edit, format, and align the contents of strings. Use the & or + operators to concatenate strings.

Format Function

Converts a numeric expression to a string, and then formats it according to the format that you specify.

LCase Function

將字串中所有的大寫字母轉換成小寫字母。

Left Function

傳回字串型表示式中最左側指定數目的字元。

LSet Statement

將某個字串型變數中的字串向左對齊,或者將使用者自訂類型的變數複製到不同使用者自訂類型的變數中。

LTrim Function

移除字串型表示式起始處所有的前導空格。

Mid Function, Mid Statement

傳回字串型表示式的指定部份 (Mid 函式),或用另一字串代替字串型表示式的指定部份 (Mid 陳述式)。

Replace Function

Replaces some string by another.

Right Function

傳回字串型表示式最右邊的 n 個字元。

RSet Statement

向右對齊字串型變數中的字串,或將使用者自訂的變數類型複製到其他變數中。

RTrim Function

刪除字串型表示式結尾處的空格。

Trim Function

移除字串型表示式中所有的前導空格和尾隨空格。

UCase Function

將字串中的小寫字元轉換成大寫字元。

Split Function

從字串型表示式傳回一個子字串陣列。

Join Function

從字串陣列中的多個子字串中傳回一個字串。

ConvertToURL Function

將系統檔案名稱轉換成檔案 URL。

ConvertFromURL Function

將檔案 URL 轉換成系統檔案名稱。

Please support us!