POLYLINE Mnemonic - Draw Polyline (SYSGUI)

Syntax

'POLYLINE'(x1,y1,x2,y2{,x3,y3...})
'POLYLINE'(number_of_pairs),numbers

Description

The 'POLYLINE' mnemonic draws several connected lines. In the second form, numbers should have the appropriate number of coordinate pairs. All points must be integers (no floating point) in base 10, represented as groups of digits separated and terminated by non-digits. For an example of how to use 'POLYLINE', see the 'POLYGON' mnemonic.

See Also

Mnemonics - Alphabetical Listing

Mnemonics - Group Listing