Name
GetDash -- get current line dashing style (V7.1)
Synopsis
offset[, t] = GetDash()
Function
This function returns the current line dashing style set using SetDash(). The first return value will be set to the offset at which the dash pattern starts and the second return value is a table containing the lengths of the individual on/off sections. See SetDash for details.

If no dash pattern is currently active, -1 is returned in offset and there is no second return value.

Inputs
none

Results
offset
offset at which to start the dash pattern or -1 for no dash pattern
t
optional: table containing on/off sections (only if offset is not -1)

Show TOC