LOTUSSCRIPT 言語
Dim subString As String subString = LeftBP$("ABC", 2) Print subString$ ' Output:"AB"
関連項目