[fpc-pascal] "VAL" and i18n
Jonas Maebe
jonas.maebe at elis.ugent.be
Fri Jul 24 11:54:49 CEST 2009
On 24 Jul 2009, at 10:30, Torsten Bonde Christiansen wrote:
> It look like "Function TryStrToFloat(Const S : String; Out Value:
> Extended): Boolean" (extended version) is not documented. Is this
> because it's a 2.3.1 function or because it is not posible on all
> CPU's?
Sorry, the latter. It's between an {$ifdef FPC_HAS_TYPE_EXTENDED},
which probably makes the code documenter skip it.
Jonas
More information about the fpc-pascal
mailing list