LOTUSSCRIPT 言語


例:InputBox 関数
' Ask the user for an integer.Convert user input
' from a string to an integer.

Dim num As Integer
num% = CInt(InputBox$("How many do you want?"))

関連項目