Imports a User Library
This wraps the Import Library object within a function so that it can be used in expressions.
menu: veeos ==> coding ==> importULib
library: codeLib
o_importULib( "games", "C:\temp\gameLib.vee") imports the user library gameLib.vee with the library name "games.
As with any name, do not use spaces or punctuation within the library name. If you need spaces in the library file path be sure to quote them. Unless your library is within the default search path, you will need absolute path for the library file.
VEE 7.0+, All platforms.