String in Integer umwandeln in Pascal?

1 Antwort

Vom Fragesteller als hilfreich ausgezeichnet

Sagen wir x ist dein String und y soll die Integer sein

String to Int: x:=strtoint(y);

Int to String: y:=inttostr(x);

Wenn du String und Real als Formate hast:

strtofloat / floattostr