User`s guide

354 VEE User’s Guide
9 Using Agilent VEE Functions Chapter
7 Select Device Delete Library and place it below the Call
object. Connect the sequence pins, so the library is deleted
after the BuildRecAry function has been called. You can leave
the default Library Name, since this is the same name you
used with the Import Library object.
8 Run the program. It should look like Figure 199. Save the
program as libraries.vee.
Figure 199 Calling a Function from a Library
Note the following about names of merged and imported
functions:
If a merged function has the same name as a local function,
VEE displays an error.
If an imported function has the same name as a local
function, it is allowed, but the local functions are called if
only the function name is used. You can explicitly call the
imported function with the MyLib_func() syntax as in the
Call object in
Figure 199.