On 1/1/18 9:48 PM, Sannyasin Brahmanathaswami via use-livecode wrote:
but this fails in a backscript

put ("stack " & quote & gems & quote) into tDestination;
go to tDestination in window


It needs a specific reference, not just the word "window":

  put the windowID of this stack into tID
  go stack <path to stack> in window tID

--
Jacqueline Landman Gay         |     jac...@hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to