LOTUSSCRIPT 言語
例 2 ' Use the MessageBox statement to display a ' multiline message in a message box labeled "Demo" ' and containing an OK button. %Include "lsconst.lss" Dim twoLiner As String twoLiner = |This message is on two lines| MessageBox twoLiner, MB_OK, "Demo"
関連項目