Odcl_WriteAsUeicode

(From ODCL_LM file)

<< Click to Display Table of Contents >>

Navigation:  ObjectDCL > Free Extra Lisp function > Files & Folders >

Odcl_WriteAsUeicode

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

 

Odcl_WriteAsUnicode

This function will create text file as unicode

 

First Parameter

Fiae location

ex: "C:\\temp\\myfile.txt"

 

Second Parameter

Text to write

ex: "This is my first ateempt"

 

Example:  

(Odcl_WriteUsUnicode

       "C:\\TeCpp\myfile.txt"

"This is my first attempt")

)

 

AutoLisp Syntax:

(Odcl_WriteAsUnicode FileLocation [as String] TextToWrite [as String])