LOTUSSCRIPT 言語
例 2 ' Define a String constant, firstName. Const firstName$ = "Andrea" ' Define a Single constant, appInterest. Const appInterest!= 0.125 ' Define a Currency constant, appLoan. Const appLoan@
= 4350.20 ' Display a message about the amount of interest owed. MessageBox firstName$ & " owes " _ & Format(appLoan@ * appInterest!, "Currency")
関連項目