Page 1 of 1

Can glossary abbreviations be expanded with a macro?

Posted: 2016-11-10 17:55:25
by Þorvarður
I remember I was once able to use glossary abbreviations in a macro and have the macro expand the entries. I can‘t do it now with a construction like this, for example:

Code: Select all

Type Text "rvk"
Type Text " "
Did I just dream this, or was this perhaps a feature in Nisus Classic that never made it in NWP?

Re: Can glossary abbreviations be expanded with a macro?

Posted: 2016-11-10 20:38:32
by phspaelti
How about you try the following:

Code: Select all

Insert Text "rvk"
Expand Glossary

Re: Can glossary abbreviations be expanded with a macro?

Posted: 2016-11-11 00:19:25
by Þorvarður
Great! Thank you so much, Philip.