importULib(libName,file)

Imports a User Library


Syntax

o_importULib(libName, file)
libName: scalar Text - library name to use for the imported library
file: scalar Text - the VEE library file
return: none

Usage

This wraps the Import Library object within a function so that it can be used in expressions.

Location

menu: veeos ==> coding  ==> importULib

library: codeLib

Example

o_importULib( "games", "C:\temp\gameLib.vee") imports the user library gameLib.vee with the library name "games.

Notes

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.

Reference

Supported On

VEE 7.0+, All platforms.

See Also

importCLib


© 2015-2025. All Rights Reserved. Stan Bischof (stan@worldbadminton.com). Last updated 13 February 2024 08:50.