New Method for LCCurrency

This is the constructor for LCCurrency. It initializes a currency object.

Defined In

LCCurrency

Syntax

Dim variableName As New LCCurrency

Example

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

Example Output

1700.2300