To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
HTBasic Example Programs
COUNT EXAMPLE
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
COUNT Example
10 Directory$="C:\"
20 CAT Directory$;NAMES,COUNT Count
30 PRINT "The number of files in "&Directory$&" is";Count
40 END