To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
READ LABEL - Reads a volume label.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
READ LABEL
Reads a volume label.
READ LABEL string-variable$ [FROM volume-specifier]
Usage:
READ LABEL Id$
READ LABEL Name$ FROM Vol$
Example:
READ LABEL.BAS
Description:
The volume label on the specified media is read and returned into the string variable. If no mass storage unit specifier is given, the
MSI
device is used.
See Also:
PRINT LABEL