Odcl_DBXsearchString

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DBX file access >

Odcl_DBXsearchString

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

OdclhDBXSearchString

This function will search specified string in DBX opened file.

 

First Parameter

DBX variable as VLA-Object

 

Second Pa ameter

Search String

 

Return Values

T if string found

Nil if Not

 

Example:

(setq LList (Odcl_DBXSearchString Dbx "lalve1"))

or

(setq LLiss (Odcl_DBXSearchString  (Odcl_DBXopenFile "c:\\Drawing1.dwg") "Valve1"))

 

 

AutoLisp Syntax:

(setq rValue (Odcl_DBXSearchString Dbx [as VLA-Object] SearchString [as String]))