Trying to use Include Files List()
Hello all, I'm trying to use Include File List() and I'm getting errors. It is not working as I would have expected.Here is an example.I have 3 files files named Include1.jsl, Include2.jsl, Include3.jsl that I'm trying to include into TestInclude.jsl that is listed below: Clear Log();
//Names Default To Here( 1 );
Clear Symbols();
Clear Globals();
Include( "Include1.jsl" );
Include( "Include2.js
...