Hi,
Is there any way to create an array with its multiple element values at a time?
Suppose i want to create an array, A[5]=[23,65,34,12,45]
In such case, I have to insert each element one by one in Construct2 whereas in programming languages, we can instantiate/create such array at a single line of code.
I wanna know whether there is any way to declare such array with single line action/code. (without writing five actions to insert five elements separately)
Please suggest if anybody knows.