C# For Loop that count backwards

kcwallace

Centurion
Joined
May 27, 2004
Messages
175
Location
Austin, TX
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?

Visual Basic:
For X = FileLen To 1 Step -1
 
Back
Top