LCCurrency の New メソッド

LCCurrency のコンストラクタです。通貨オブジェクトを初期化します。

定義位置

LCCurrency

構文

Dim variableName As New LCCurrency

Option Public
Uselsx "*lsxlc"  
Sub Initialize
  Dim num1 As New LCCurrency
  num1.Value = 1700.23
  Print num1.Text
End Sub

出力例

1700.2300