XPRINT_Style

<< Click to Display Table of Contents >>

Navigation:  ThinBASIC Modules > XPRINT >

XPRINT_Style

 

Description

 

Set the line style to be used by various XPRINT statements.

 

Syntax

 

XPRINT_Style(LineStyleType)

 

Returns

 

None

 

Parameters

 

Name

Type

Optional

Meaning

LineStyleType

Number

No

0        Solid (default)

1        Dash

2        Dot

3        DashDot

4        DashDotDot

 

Remarks

 

Restrictions

 

See also

 

Examples