|
Edwin,
Thanks for the file. I'll be using it.
Frank
Edwin Davidson <EDavidson@xxxxxxxxxxxx>@midrange.com on 10/19/2004 06:11:31
PM
Please respond to RPG programming on the AS400 / iSeries
<rpg400-l@xxxxxxxxxxxx>
Sent by: rpg400-l-bounces@xxxxxxxxxxxx
To: rpg400-l@xxxxxxxxxxxx
cc:
Subject: starting with A0A0A0 and ending with Z9Z9Z9?
http://www.acmenews.com/canada.zip
it's a pc file you could upload to an as/400 file.
Of course, this is a large file - might not be worth it... I plan on
removing this file soon, as
I don't want to excede my monthly maximum bandwidth cap.
Private Sub Command1_Click()
Open "c:\canada.txt" For Output As #1
For X1 = 65 To 90
For Y1 = 48 To 57
For X2 = 65 To 90
For Y2 = 48 To 57
For x3 = 65 To 90
For y3 = 48 To 57
a$ = Chr$(X1) + Chr$(Y1) + Chr$(X2) +
Chr$(Y2) + Chr$(x3) + Chr$(y3)
Print #1, a$
Next y3
Next x3
Next Y2
Next X2
Next Y1
Next X1
End Sub
http://www.primeinc.com
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.