[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Format and Format$


Salut,

if one can assume that all languages ​​are available on all computers,
then couldn't Format$, CFloat, CDate etc. be extended by an optional
parameter, the System.Language
Instead of
<code>
System.Language = "C"
Print CDate("09/06/1972 01:45:12")
</code>

one writes 
   CDate("09/06/1972 01:45:12","C") 
or CDate("09/06/1972 01:45:12","en-US")

-- 
Amicalement
Charlie


Follow-Ups:
Re: Format and Format$Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>