antp.be forum
Official Forum
https://forum.antp.be/phpbb3/
convertion string en integer
https://forum.antp.be/phpbb3/viewtopic.php?t=3036
Page
1
of
1
convertion string en integer
Posted:
2006-04-14 14:42:40
by
wehtam
Bonjour, j'essaye de faire un script, j'aimerai savoir comme faire pour convertir un string en interger et vise versa.
Merci d'avance
Posted:
2006-04-14 15:47:23
by
antp
Bonjour,
S := IntToStr(I);
I := IntToStr(S, J);
S = la chaîne
I = l'entier
J = entier qui est retourné si S ne contient pas un entier valide