Hello Scite-interest,

How can I get a text from output window?
Samlple
run Script1.lua:
  print ("Test string")

Run Script2.lua:
  local text = output:GetText()
  editor:AddText(text)

Script2 gets no text at all :(
How to make it work ???

P.S.
Script3.lua:
  print ("Test string")
  local text = output:GetText()
  editor:AddText(text)

This one works. But no one need it.

-- 
mozers
<http://scite.ruteam.ru>
_________________________________________________
* OS: Windows XP 5.1.2600 Service Pack 2 *

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to