[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Valuebox type currency, is it a bug?


Hi,

with the last master if I write this code (*) in the Valuebox I get 0.00

Regards
Gianluigi

(*)
Public Sub Form_Open()

  Dim nCorrente As Float

  nCorrente = 12.33
  ValueBox1.Type = 3
  ValueBox1.Value = nCorrente
  Print ValueBox1.Text
  Print nCorrente

End


Follow-Ups:
Re: Valuebox type currency, is it a bug?T Lee Davidson <t.lee.davidson@xxxxxxxxx>
Re: Valuebox type currency, is it a bug?Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>