String To Char Help

String To Char Help - Delphi/Pascal - Programmation

Marsh Posté le 22-11-2002 à 18:09:24    

Hello,
 
je cherche a copier un caractère d'un string dans Lettre mais ca ne marche pas, comment je dois faire ?
 
merci.
 
Lettre est un CHAR
 
Lettre := Copy(Edit1.Text,DataPtr,1);

Reply

Marsh Posté le 22-11-2002 à 18:09:24   

Reply

Marsh Posté le 22-11-2002 à 18:27:09    

si DataPtr est bien un Integer contenant la position du caractère à copier,
 
Lettre := Edit1.Text[DataPtr];

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed