07-13-2005, 02:31 PM
i know getl will get a certian line number but is there something that will "replace" line x with string y?
thanks.
thanks.
replace line
|
07-13-2005, 02:31 PM
i know getl will get a certian line number but is there something that will "replace" line x with string y?
thanks.
07-13-2005, 03:23 PM
Create new member function str.ReplaceLineN and paste this code:
function# $replacement lineindex
07-13-2005, 03:32 PM
Thanks.
however, when i try to name it "str.ReplaceLineN" it replaces the "." with "_". if i try to name it as ReplaceLineN, the macro doesnt recognize it. i changed str.ReplaceLineN to be a function; is there something else i need to do? thanks.
07-13-2005, 03:38 PM
Menu File -> New -> New Member Function.
07-13-2005, 03:41 PM
SWEEEEEEET!!!!
works great!!!! thanks....
01-03-2007, 09:59 PM
two further thoughts on this.
01-04-2007, 08:44 AM
Member function str.AddLine
function $s Member function str.ReplaceLineN function# $replacement lineindex [nlines] Member function str.RemoveLineN function# lineindex [nlines] Member function str.InsertLineN function# $insertstring lineindex
01-04-2007, 01:52 PM
NIIIIIICccccee!!!
thanks. |
« Next Oldest | Next Newest »
|