Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

ilrd vs ibrd

In looking at the functions I was not able to figure out what (if any) significant differences there are between using the ibrd() functions vs the ilrd() functions (especially for the two that have the same parameter list.)
0 Kudos
Message 1 of 4
(4,179 Views)
TonyB,

The commands are the same except that the IL- commands are exclusive to the BASIC languages. The modern commands are all IB- based and are the preferred programing practice for all modern programs. The only reason to use the IL- commands is if you were programming in an old BASIC environment that did not recognize the IB- commands.

-Marshall R
0 Kudos
Message 2 of 4
(4,160 Views)

OK, Thanks for the quick response!

Just to make sure I understand correctly.

The ib commands are the newer standard and the il commands are for legacy support?

In Visual Basic 2008 I have access to both so I should use the ib commands.

0 Kudos
Message 3 of 4
(4,155 Views)
Yes, you should use IB- it became the standard for Visual BASIC when Microsoft released Windows 95.
-Marshall R
0 Kudos
Message 4 of 4
(4,137 Views)