Hello,
here is my code :
dim value, resul as double
value = val(EditFieldValue.text)
result = value / 2.5
EditFieldResult.text = format(result,",###.0000")
and my problem is :
if value = 10 -> result = 4 that's ok
but
if value = 10,5 -> result = 4 too
comment: I use a french operating system
<,> for the decimal separator and < > for thousand separator
thanks for youre help.
Salutations
_R_o_n_a_l_d____H_a_n_o_t___________________________