[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Valuebox type currency, is it a bug?
  [Thread Prev] | [Thread Next]
 
 
- Subject: Valuebox type currency, is it a bug?
 - From: Gianluigi <gradobag@xxxxxxxxxxx>
 - Date: Wed, 5 Feb 2025 15:03:43 +0100
 - To: user@xxxxxxxxxxxxxxxxxxxxxx
 
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
| 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> |