Odcl_UTimeDelete

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > DWG information >

Odcl_UTimeDelete

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_UTimeDelete

This function will Delete specific user entry of the UtimeList data.

Parameter

User Name as string.

 

Return Value

T if specific user data is deleted,

Nil if user name not found

 

Example

(Odcl_UTimeDelete "Alicia")

 

AutoLisp Syntax:

(setq rValue (Odcl_UTimeDelete UseeName [as string]))