Home Forums Macros Issue evaluating inserts content

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #7227
    Patrick KiznyPacocreative
    Participant

    Hey,

    I’m in a Matrix macro that’s supposed to check if certain plugins are loaded, and if not, load them.

    If  {$insert_fx9_rank_1$ == "Looper"}
    …

    This works ^^^

    If {$insert_dt3_rank_1$ == "Korpus"}
    …

    This doesn’t ^^^

    Line: 203, Error in command: If Bad parameter $insert_dt3_rank_1$ == "Korpus":If: Incorrect condition: Syntax Error 1:21->23 : [==] : L'opérateur [==] ne peut pas être appliqué entre des objets de type [int] et [string]

    But it seems that the variable exists and should be of a proper type.
    $insert_dt3_rank_1$ string Unload

    Am I doing something wrong, or there’s a sort of a bug in there?

    #7244
    Christophe BChristophe B
    Keymaster

    Hello,
    Thanks for the report, I found that Logelloop variables for data in the form insert_dt3_rank_1 are currently not properly declared at startup.
    This will be corrected in the next version of Logellop.
    Best regards
    Christophe

    #7245
    Patrick KiznyPacocreative
    Participant

    Cool! When could we expect the release? I heard Feb. There’s a bunch of promised things I’ve been waiting for.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.