A voir également:
- Liberty basic limites
- Microsoft 365 basic - Accueil - Microsoft Office
- Visual basic - Télécharger - Langages
- Quick basic - Télécharger - Édition & Programmation
- File renamer basic - Télécharger - Gestion de fichiers
- Liberty play ✓ - Forum Consommation & Internet
1 réponse
multiplie ton nombre par mille, tu gagnera 4 decimales.
et pour l'arrondi essaye ça:
x=-1.4
print int(x)
if (abs(x)-abs(int(x)))>=.5 then ad=1
x2=abs(int(x))+ad
print ad
if x<0 then x=x2*-1
print x
wait
plus d'infos sur :
http://lbasic.atomysk.com
et le forum d'aide qui va avec:
http://lbasic.atomysk.com/forum
@++
et pour l'arrondi essaye ça:
x=-1.4
print int(x)
if (abs(x)-abs(int(x)))>=.5 then ad=1
x2=abs(int(x))+ad
print ad
if x<0 then x=x2*-1
print x
wait
plus d'infos sur :
http://lbasic.atomysk.com
et le forum d'aide qui va avec:
http://lbasic.atomysk.com/forum
@++