Home Forums Macros can’t address data plugins dynamically

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #7201
    Patrick KiznyPacocreative
    Participant

    Found a bug or missing implementation:

    int $n$ = 1
    fx[$n$] works
    dt[$n$] does not work, throws error

    Additionally it would be great to be able to evaluate these targets from a string so that:

    [int] $n$ = 1
    [string] $my_address$ = {“dt” + $n$}
    InsertSendMessage $my_address$ 1 … …

Viewing 1 post (of 1 total)
  • You must be logged in to reply to this topic.