+ 1
How do you make an array to manipulate?
I mean I want to do metrics math and stuff
2 Respuestas
+ 1
If you mean make an array, it's quite easy, bud.
Simply write:
VarName = {arrayItem1, arrayItem2, arrayItem3}
Obviously change VarName with the name you want your array to have and change arrayItems to whatever you want. Arrays aren't limited to 3 items btw!
0
you need perl array instead.