convertion string en integer

If you made a script you can offer it to the others here, or ask help to improve it. You can also report here bugs & problems with existing scripts.
Post Reply
wehtam
Posts: 7
Joined: 2005-03-15 17:27:23

convertion string en integer

Post 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
antp
Site Admin
Posts: 9651
Joined: 2002-05-30 10:13:07
Location: Brussels
Contact:

Post 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
Post Reply