dos_olelist - dalefugier/DOSLib GitHub Wiki

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")