I am writing a simple macro which prompts the user for a name and them files in the appropriate blanks.
The problem is that I want to insert the string into my macro twice without having to enter it twice. Which feature do I need to use for this?
Thank you,
Doug
Code: Select all
InsertMode
ColumnModeOff
HexOff
UnixReOff
"typedef struct tst"
GetString "Enter Structure name in lower case"
"_tag
{
}tst;"
Thank you,
Doug