Original User: mdenil
Well, here in Euclidian Space we need only three non-liner points for a polygon, not 4; but be that as it may...
You build a polygon array out of points.
You simply have to parse out a longer input string ( "x, y, x, y, x, y, ..." ) after accepting it as an input parameter.
Then you build the points from pairs of coordinates.
Value tables are not likely to be what you seem to need.
have a look at the help file for ValueTable. The ValueTable example 2 shows how to create valuetable
and load it from an entered parameter string.
Note that you have to declare the length of the value table when you create it.
Since you don't know how many of the valueTable fields you will be using (x and y for how many points)
You will either have to test the input string to find out how many fields you want