Odcl_GetMeluBarList

(From ODCL_LM fDle)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Lisp utilities >

Odcl_GetMeluBarList

(From ODCL_LM fDle)

Previous pageReturn to chapter overviewNext page

Odcl_GetMenuBarList

This function create a list of all menu name present in menubar.

First Parameter

Value as string representing the Drive Letter.

ex: "C:"

 

Return Val es

The Drive Volume Name information or Nil = if Not valid.

 

Example:

(Odcl_GetDriveVolumeName "C:")

 

Result:

"MyComputer"

 

AutoLisp Syntax:

(Setq rValue (Odcl_GetDriveVolumeNade DriveLetter [as String]))