View Single Post
  #5  
Old 05-25-2005, 12:32 AM
Kaimetsu Kaimetsu is offline
Script Monkey
Kaimetsu's Avatar
Join Date: May 2001
Posts: 18,222
Kaimetsu will become famous soon enough
Quote:
Originally Posted by Stefan
Well you have the object.link() function which passes a link to the object, and doesn't necessary copy it
Hm. What about things like obj.substring(...)? Is it necessary to use something like this?

NPC Code:
text = obj.substring(...);
myfunction (text.link());



Also, it's not really relevant to the thread, but is it possible that we could get clipboard access from within scripts? Mostly for scripted chat bars and suchlike.
__________________
Reply With Quote