ibic—Interface Bus Interactive Control Utility
Chapter 5
NI-488.2M SRM for OS/2
5-22
© National Instruments Corp.
dev1:
[2100] (end cmpl)
count: 8
61 62 63 64 65 66 67 68 a b c d e f g h
dev1: -
dev1:
[2100] (end cmpl)
count: 8
buffer: (off)
dev1: +
dev1:
[2100] (end cmpl)
count: 8
71 72 73 74 75 76 77 78 q r s t u v w x
ibrd 8
ibrd 8
ibrd 8
n* (Repeat Function n Times)
The
n*
function repeats the execution of the specified function
n
times, where
n
is an integer. In the following example, the message
Hello
is sent to the
printer five times.
printer:
5*ibwrt "Hello"
In the following example,
Hello
is first sent 20 more times, then 10 more
times.