System information

© Agilent Technologies 2001–2002 Administering Agilent 3070 Systems (MS Windows NT and 2000) 8-17
Chapter 8: Reference
BT-BASIC
Quick-Reference
Table 8-8 lists some commonly used BT-BASIC
statements.
Additional BT-BASIC information is given in Editing
Files on page 8-8.
NOTE
If uncertain whether to use forward-slashes or
back-slashes, see Forward-Slashes versus
Back-Slashes in Command Lines Containing
File Paths on page 8-8.
NOTE
For a more complete list of BT-BASIC
statements, see the Agilent 3070 Family Users'
Manual Quick Reference Guide available in the
online User manuals or on paper as part number
E9900-13602.
Table 8-8 Commonly used BT-BASIC statements
BT-BASIC Statement Statement Function
msi btgetenv$ ("AGILENT3070_ROOT") & "<path to the file>" Change to file location
get btgetenv$ ("AGILENT3070_ROOT") & "<path to the file>" Retrieve an existing file
save "<filename>" Create a new file
re-save Save an existing file
compile "<filename>" Compile a file
compile "<filename>";testhead Compile a testhead file
findn "<string expression>" Find the next occurrence of a
string expression
exit Quit BT-BASIC