How to set a value for macros/give parameters to macro

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
pbaumann
Posts: 28
Joined: Fri Jun 27, 2014 9:43 am

How to set a value for macros/give parameters to macro

Post by pbaumann »

Editing HTML-pages and specially there HTML-tables (content of a cell is an own line plus 1 line respectively for tr and /tr) I'm using a macro to extend the html table by a column (example 7th column in a 9 column table).

The content of a new table is stored in the clipboard.

I have defined a macro to insert every 11th line the content of the clipboard. This macro is using CTRL-G, +11, CTRL-V and could be used by ALT-F2.

It is a little bit inconvenient to define each time I have the same work to do a new macro, if the amount of columns in the table changes.

If this question is stupid count it to my greeness.
pbaumann
Post Reply