Posted by member 248213 on 2005-12-11 23:32:51 link
yes. with xTextedit-0.5 its doable.
!xTextAppend appends the text on a newline anyway.
so doing this:
will result in:
But you are right, the "\n" isnt a xTextedit escape code.
It must be lslua doing that for me ;) And it doesnt really matter, it just makes it easier to read if they have lines seperating the configs.
You can add a blank line with:
!xTextAppend appends the text on a newline anyway.
so doing this:
!xTextAppend @C:\test.rc@ @appended@
!xTextAppend @C:\test.rc@ @appended@
!xTextAppend @C:\test.rc@ @appended@
will result in:
appended
appended
appended
But you are right, the "\n" isnt a xTextedit escape code.
It must be lslua doing that for me ;) And it doesnt really matter, it just makes it easier to read if they have lines seperating the configs.
You can add a blank line with:
!xTextAppend @C:\test.rc@ @@