用於在指定字串的末尾加入空格,並傳回指定長度的字串。
格式 LSet$ (字串,字串的長度)
參數
傳回值 用於傳回在指定字串的末尾加入空格的字串。
參照 RSet$、Space$
LSet$函數範例
temp$ = "123" temp$ = LSet$(temp$, 10) ' temp$ = "123 "
← Long LShift函數 →