<div dir="ltr">I am trying to figure out how to terminate the currently running list on a certain key press.  I can get the currently running list with c.GetAttribute("Running").  I can use the list name as a variable in the list as [Running].  What I need is code that basically does this:<br><br>if DsiplayProductInfoSlide.ACC = 1 then c.GetAttribute("Running").terminate<br><br>however, c.GetAttribute("Running") is the string name of the running list not the running list itself.<br><br>If I run if DsiplayProductInfoSlide.ACC = 1 then List1.terminates<br><br>then it works fine.  However, I have many lists and I need it to automatically terminate the current one.<br></div>

<p></p>

-- <br />
You received this message because you are subscribed to the Google Groups "E-Prime" group.<br />
To unsubscribe from this group and stop receiving emails from it, send an email to e-prime+unsubscribe@googlegroups.com.<br />
To post to this group, send email to e-prime@googlegroups.com.<br />
To view this discussion on the web visit <a href="https://groups.google.com/d/msgid/e-prime/1cee53cc-755e-4173-8f3c-dfd9bbb97637%40googlegroups.com">https://groups.google.com/d/msgid/e-prime/1cee53cc-755e-4173-8f3c-dfd9bbb97637%40googlegroups.com</a>.<br />
For more options, visit <a href="https://groups.google.com/groups/opt_out">https://groups.google.com/groups/opt_out</a>.<br />