jochen@archie:~$ echo $LANG de_DE@euroIn the screenshot you see the result of Str(4.6), which is 4,6.
STATIC PUBLIC SUB Main() hForm AS Fmain hForm = NEW Fmain hForm.show END PUBLIC SUB Button1_Click() Label2.Text = Str(4.6) Label4.Text = CStr(4.6) Label6.Text = Str(23456) Label8.Text = CStr(23456) Label10.Text = Str(TRUE) Label12.Text = CStr(TRUE) END