replace a string with tab
Reinhold Venzl-Schubert
R.Venzl-Schubert at t-online.de
Sun Jan 8 03:14:18 CST 2006
Hi!
Before I learned that I can arrange text in a field with tab stops I
used a lot of spaces.
Now I want to replace three spaces with a tab stop. Here is my script:
on mouseUp
global old
global new
put fld "Alt" into old
put fld "Neu" into new
go stack "Karten"
go next marked cd
go fld "Antwort"
find old
replace old with new in fld "Antwort"
end mouseUp
The script is well, but I cannot put a tab stop into field "Neu".
The cursor jumps to the next field and field "Neu" remains empty.
What shall I do?
Reinhold
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.runrev.com/pipermail/metacard/attachments/20060108/f7fd6b54/attachment-0001.html
More information about the metacard
mailing list