×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Hello David,
Why don't we start at 0 like in other languages?
For (int i=0 ; numberloops-1 ; i++)
Index= i + 1;
I don't see what you're getting at. You can start a loop with 0 in RPG
the same as any other language:
for i = 0 to numberloops-1;
Index = i+1;
endfor;
I wonder if you're confusing loops with arrays? But even if you were
talking about an array, you've added 1 to your index in your C example
-- so I really don't know what you're trying to say.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact
[javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.