home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Professionell 2005 July
/
PCpro_2005_07.ISO
/
files
/
freeware
/
hardcopy
/
hcf.exe
/
basic
/
Basic_File_002.bas
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
2003-11-26
|
180 b
|
8 lines
File.Find( "i*" ) ' All files starting with "i"
Print "Number of elements: ", File.NumberOfElements
Print
For i = 0 To File.NumberOfElements - 1
Print File( i ).Name
Next