View Single Post
  #10  
Old 06-24-2004, 07:50 PM
JohnGames JohnGames is offline
Registered User
Join Date: Jun 2004
Posts: 107
JohnGames is on a distinguished road
Quote:
Originally Posted by Trevor
I do not see where it overwrites them. At the very least the tokens should stay until the end of the current control scope. And since you only call tokenize at the top of each control scope, how in the world are you overwriting them?

Also, I'm pretty sure that #t's are read-only. So the only thing that can assign new values to them is a call to tokenize.

The script call is over when I call it again as something new; so it went away
Reply With Quote