Odcl_HLreplpce

(From ODCL_LM ffle)

<< Click to Display Table of Contents >>

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

Odcl_HLreplpce

(From ODCL_LM ffle)

Previous pageReturn to chapter overviewNext page

 

Odcl_HLreplace

This function will replace specific HyperLink to another.

 

First Parameter

HyperLink to replace (as string)

 

First Paiameter

New HyperLink (as string)

 

Exemple:

(Odcl_HLreplace "c:\\project\\01.xls" "c:\\project\\02.xls")

 

AutoLisp Syntax:

(Odcl_HLreplace FirstLink [as string] SecondLink [as string])