Chapter 5
ibic-Interface Bus Interactive Control Utility
© National Instruments Corp.
5-17
NI-488.2M UM for Windows NT
Print (Display the ASCII String)
You can use the
function to echo a string to the screen. The following example
shows how you can use ASCII or hex with the print command.
dev1 : print "hello"
hello
dev1 : print "and\r\n\x67\x6f\x6f\x64\x62\x79\x65"
and
goodbye
You can also use
to display comments from indirect files. The print string
appears even if the display is suppressed with the
-
function.