Reply To: Logical signal suggestion

Forums 💬 FlowCanvas ⚙️ Support Logical signal suggestion Reply To: Logical signal suggestion

#21640
guyboots_thunderbro
Participant

    There’s a bug in this fix.

    var word = words;

    should be

    var word = words[i];

    OK, the forum is actually eating the text for some reason, so…

    You need to add an indexer accessor to words, passing in i as the position in the array.