Code: Select all
go invisible stack "/Users/davidneale/Documents/Revolution/Web Preferences"
put fld "Content" of cd "search" of stack "Web Preferences" into searchInit
This returns the error:
which points to the "put fld" line in the above code.execution error at line 20 (Chunk: can't find stack), char 4
If I open the stack "Web Preferences" (by using the "Open Stack…" menu command, for example), then the script works fine.
How can I gain access to the stack from another stack's script, without having to open it first?