Create a library

So you’re writing an interface and you make some useful routines and then you realize that you’d like to use this library in other components.

How do you do this?

You can create libraries which are then re-usable from any other Iguana X component.

If you need a reminder see

Click on the new folder icon and name the folder FOO.

 

Start here:

In the context menu that comes up select Create File and create a FOObar.lua file with this content:

function FOObar() return "The world needs more FOO"; end

 

Click CREATE

See if you need a refresher about this.