Hi
While searching i found the following post but it doesnt really address my query, though it is similar.
http://forums.eggplantsoftware.com/t/function-libraries/3041
I am trying to build a script library but unlike the online documentation, the “intellisense” code completion does not seem to be able to resolve my function calls to handlers even within the current suite, let alone trying to import from another suite.
I have a script called Utils that contains a handler like this:
to SomeFunction param1, param2, param3
--// do suff
end SomeFunction
I have also tried with the function keyword but the handler / function does not appear. If I create a single script per function then i can reference them fine but this is impractical from a functional grouping perspective (and very messy with many distinct files).
Can you suggest where i might be going wrong, and if there is a minimum eggplant version that this is dependent upon (we are using 18.1.2-Windows-64 2031422a).
thanks