/[james]/territories/Source/Utilities/CreateChars
ViewVC logotype

Annotation of /territories/Source/Utilities/CreateChars

Parent Directory Parent Directory | Revision Log Revision Log


Revision 19 - (hide annotations) (download)
Tue Feb 11 11:05:25 2003 UTC (21 years, 4 months ago) by james
File size: 104 byte(s)
Initial import.

1 james 19 f=OPENOUT"chars"
2     FOR a%=0TO255
3     IF a%<32 THEN
4     BPUT#f, "."+STR$a%
5     ELSE
6     BPUT#f, CHR$a%
7     ENDIF
8     NEXT
9     CLOSE#f
10    

  ViewVC Help
Powered by ViewVC 1.1.26