There's other work arounds to do this, but I'm trying to learn how to use functions efficiently. (and to learn the limits of Construct 2)
I want to create an object at (X,Y) where X = a variable named "POSITIONa" It's within a function that has a parameter of "a1"
So, I want to write this: Create object at ("POSITION" & left(Function.Param(0)), Y), which would return (POSITIONa, Y).
Is there a syntax to recognize the string "POSITIONa" as a variable once it's combined?