USE

USE Archive

Tells the interpreter to search for classes in the specified archive if it cannot find them in the main project.

Archive must point to a Gambas executable, i.e. an archive generated by the IDE or the gba program. It can be an absolute or a relative path.

If Archive is a relative path, then the interpreter uses the following algorithm to locate the archive :

You can call USE several times. Then, the first archives have the highest priority.