HTBasic Help
×
Menu
Index

FROM Example

10    CLEAR SCREEN
20    MASS STORAGE IS "d:"
30    READ LABEL Id$    !Reads the LABEL on the drive.
40    READ LABEL Id2$ FROM "c:"
50    PRINT SYSTEM$("MSI");Id$
60    PRINT "C:\ ";Id2$
70    END