HTBasic Help
×
Menu
Index

RESET

Resets an interface or file or buffer pointers.
 
 RESET {@io-path | interface-select-code}
 
Usage:
RESET 9
RESET Gpib
RESET @Buff
Example: RESET.BAS
Description:
The RESET statement directed to an interface performs an interface reset. When directed to a file it sets the file position pointer to the beginning of the file. When directed to a buffer it sets all buffer control entries to their initial values with the empty and fill pointers set to one and all other entries set to zero.