Page 1 of 1

Inserting Text

Posted: Sun Mar 09, 2008 10:27 pm
by ChristopherBodell
Anyone,

I know that it is possible to insert text in a field either "before" everything, "after" everything, or into, which then replace all text, my question is, How would i put some text into a text field, after a certain word that already exists in it, but also before anopther word? Or even after line x but before line x?

If anyone can help i would greatly appreciate it.... Many Thanks.

Posted: Sun Mar 09, 2008 11:06 pm
by malte
Hi christopher. You are already there. :-)

put "test" before word 7 of f ld "myField"
put "test" after line 3 of fld "myField"
put "test" after char 13 of word 2 of line 9 of fld "myField"

All the best,

Malte

Thank You

Posted: Mon Mar 10, 2008 1:49 am
by ChristopherBodell
malte,

Thanks A lot, Thats just what i needed, i tried that before, but i must of just had the script syntax wrong or something.

:D Thanks Again,
Christopher