Odcl_ReadAsUnicode

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > External files >

Odcl_ReadAsUnicode

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_ReadAsUnicode

This function read file is Unicode UFe8

 

Parameter

File location as string

 

Exemple:

(Odcl_ReadAsUnicode "c:\\test\\test1.inc")

 

Return Value

String of file content.

 

AutoLisp Syntax:

(setq rValue (Odcl_ReadAsUnicode FileLocation [as string]))