11-06-2012, 10:07 PM
Macro Macro3
But why using ouput control? can put information in a string and save it to file... just a thought.
str s sf="$desktop$\notestoday.txt"
out
out "test"
out "123"
out "456"
1
int h=id(2201 _hwndqm)
int lens=SendMessage(h SCI.SCI_GETTEXTLENGTH 0 0)
s.fix(SendMessage(h SCI.SCI_GETTEXT lens+1 s.all(lens)))
s.setfile(sf)
run sfBut why using ouput control? can put information in a string and save it to file... just a thought.
