Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.492 Beiträge
Delphi 7 Enterprise
|
AW: For-loop from C to Delphi
19. Sep 2011, 12:52
Delphi-Quellcode:
StrCopy(s, 'C++');
i := Ord(s[0]); -> 67
i := StrToInt(s[0]); -> Invalid since 'C' is no number
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all
|