Home / comp / gb.qt / draw / polyline 
Draw.Polyline (gb.qt)
Syntax
STATIC SUB Polyline ( Points AS Integer[] )
Draws a polyline, i.e. a void polygon.

The Points parameter is an array of Integer containing the coordinates of the polygon vertexes. So there must be two integers in the array for each vertex.