| 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 |
_______________________________________________ metacard mailing list [email protected] http://lists.runrev.com/mailman/listinfo/metacard
