I know the question is hard to understand.
I'm using a drawing library, that requires a "list of points" to draw a polygon. Only, this list is just the arguments of the function. (Passing an array does nothing...)
So, i'm looking for a way to be able to call this function from another one, with a variable number or args. It could be 5, or 6, or 238754, the code will figure it out itself.
Can this be done from an array?
Thank you very much.