Home RAP

downto

edited March 2008 in RAP
Hi,
I've noticed "for Ii:= List.Count -1 downto 2 do" will compile but not
run.
"for Ii:= 2 to List.Count -1 do" will work.
List is a TStringlist, List.Count is four.
I'll code around it for now. RB version 10.06

Thanks,
Scott.

Comments

This discussion has been closed.