Reply To: Logical signal suggestion

FlowCanvas Forums Support Logical signal suggestion Reply To: Logical signal suggestion

#2224
guyboots_thunderbro
Participant

There’s a bug in this fix.

var word = words;

should be

var word = words;

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.