So just to recap (and for everyone's understanding (like mine)) ...

This works fine in all languages:

$Value = 1.123

Because the decimal is a "built-in" feature of Kixtart. But using a string, like this:

$Value = CDbl("1.123")

Works over here cause we use the decimal but in Dutch - the decimal is a comma and should be:

$Value = CDbl("1,123")

??? Eh ?

-Shawn


Edited by Shawn (2007-07-11 05:39 PM)