<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi List.<br>
<br>
After fiddling around with some local text i came across something odd.
Is it true that the "val" function does <u>not</u> care for person
i18n settings? <br>
<br>
Trying to validate "1,2" (notice the comma - danish decimal separtor
style) with val resulted in returning code = 2, i.e. that comma is the
problem. Stepping through the code, it seem that in
"fpc_Val_Real_ShortStr" the decimal separator is hardcoded to ".".<br>
Is this a bug or is this just the way "val" is intended to work?<br>
<br>
Kind regards,<br>
Torsten Bonde Christiansen.<br>
</body>
</html>