SEPARATOR_IS_POINT
LE SÉPARATEUR DÉCIMAL POUR LES NOMBRES RÉELS EST LE POINT
ACTION
La commande SEPARATOR_IS_POINT définit le point comme séparateur décimal pour les nombres réels.
SYNTAXE : SEPARATOR_IS_POINT
UTILISATION
- La commande SEPARATOR_IS_POINT est utilisée pour définir le point comme séparateur décimal pour les nombres réels.
ERREUR
- Rien.
EXEMPLE
dim f$
f$="123.456"
print val(f$)
separator_is_comma
f$="123,456"
print val(f$)
separator_is_point
f$="123.456"
print val(f$)
EN RAPPORT
Content created by Jack. Updated March 07, 2025