LuaMacro & module context
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: LuaMacro & module context
- From: actryx <actryx@...>
- Date: 2023年8月04日 19:09:22 +0000
After `@require "macro_defs`, how can I pass the local module name (....) into a predefined (LuaMacro) `macro.set_macro` call? I understand thatat the macro definition there is no local context, but so far the macro call only accepts tokens, and not a variable string...