© Agilent Technologies 2001–2003 Agilent 3070 System Installation Manual (MS Windows Version) 2-16
Chapter 2: MS Windows System Installation Reference: BT-BASIC Quick Reference
BT-BASIC Quick
Reference
Table 2-8 lists some commonly used BT-BASIC
statements.
Additional BT-BASIC information is given in Editing
Files on page 2-8.
NOTE
If uncertain whether to use front-slashes or
back-slashes, see Front-Slashes versus
Back-Slashes in Command Lines Containing
File Paths on page 2-8.
Table 2-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