Registriert seit: 18. Mär 2004
Ort: Luxembourg
3.492 Beiträge
Delphi 7 Enterprise
|
AW: For-loop from C to Delphi
18. Sep 2011, 17:29
This is not directly possible using a Delphi for, since OP doesn't support increments or decrements other than 1. Either use while / repeat construct or calculate the for range as well as all values derived from the counter.
Ibi fas ubi proxima merces
sudo /Developer/Library/uninstall-devtools --mode=all
|