C# For Loop that count backwards

kcwallace

Well-known member
Joined
May 27, 2004
Messages
172
Location
Irvine, CA
As you can tell, I am very new to C# programming.

Can someone point me to an example for how to write the C# equivalent of the below line?

Code:
For X = FileLen To 1 Step -1
 
Back
Top