Hi guys!
Is there a method in Construct 2 to compare function.param (or variables) in a composed array.
I have Array:
Pizza1["string0","string2","string3"]
Pizza2["string0","string2","string3"]
I want compare a function parameter with the array but composed, like in the photo.
Sorry for my English but its very hard for me exaplain what i want to do ahaahah.
Here the image: https://ibb.co/evsDVS
Comparison: "pizza" & pizzaRichiesta & ".at"&"("& passaggi &")" - But of course Construct return a string not array.
I dont want manually create everything like pizza1.at(x) but change the number of pizza dynamically