LOTUSSCRIPT 言語
例:Chr 関数
Dim myAlph As String
Dim letterCode As Long
' Iterate through the character codes for "a" through "z".
' Build an alphabet string by concatenating the letters.
For letterCode& = Asc("a") To Asc("z")
myAlph$ = myAlph$ & Chr$(letterCode&)
Next
Print myAlph$ ' Prints abcdefghijklmnopqrstuvwxyz
関連項目
Chr 関数
用語集
フィードバック
ヘルプ
または
プロダクトユーザビリティ
ヘルプの使い方
すべてのヘルプ項目
用語集