This library stack is accessed using the Start using stack handler called from preOpenStack in the main stack. I am using 9.0.1. I do have the library (LibDB.livecodescript) stack in the standalone folder.
Code: Select all
on preOpenStack
   
      set the itemDelimiter to "/"
      Put the effective fileName of this stack into ltPath
      Delete item -1 of ltPath
      Put ltPath & "/LibDB.livecodescript" into  ltPath
      start using stack ltPath
   
end preOpenStackThank you