[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Format and Format$
[Thread Prev] | [Thread Next]
- Subject: Format and Format$
- From: Charlie Reinl <Karl.Reinl@xxxxxxxxxx>
- Reply-to: Karl.Reinl@xxxxxxxxxx
- Date: Sun, 12 Jan 2025 15:27:49 +0100
- To: user@xxxxxxxxxxxxxxxxxxxxxx
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
| Re: Format and Format$ | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |