Skip to content

dos_olelist

Dale Fugier edited this page Dec 1, 2018 · 1 revision

Returns a list to all linked OLE objects.

Syntax

(dos_olelist [space])

Parameters

space

If specified, the work space to query, where 0 = both, 1 = model space, and 2 = paper space. Otherwise, both model space and paper space are queried.

Returns

A list of string identifying the OLE objects in the specified space if successful.

nil on error.

Example

Command: (dos_olelist)
("C:\\Users\\dale\\Documents\\Book1.xls")
Clone this wiki locally