View Single Post
  #1  
Old 09-05-2006, 08:38 PM
nickyee nickyee is offline
Member
 
Join Date: Jun 2004
Location: Stanford, CA
Posts: 19
Viz 3B - Scope of Interactive Window and Script

In the past, the scope of the interactive window at the bottom and the script itself (once run) seemed to be the same. So if I had "x = 3" in the script, I could access it in the interactive window by typing in "x". This no longer seems to be the case in 3B (or maybe it was changed earlier ... ?) and the two seem to be in different scopes altogether. Is there a way to get them to be in the same scope (or is there a way for me to get to the scope of the script in the interactive window)?
Reply With Quote