Page 1 of 1

Text Window

Posted: 2006-02-07 19:05:14
by klokan
Please could you tel me haw the text from the Text Window can be read from any script and store this text in variable?

for exapmle

sub hawreadfromtextwindow()
var a
uo.exec("textclear")
uo.exec("info") // or infotile, infogump
a=uo.readfromtextwindow() // I need this function

Im sorry for my english.