Odcl_FasCompiler

(From mDCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_FasCompiler

(From mDCL_LM file)

Previous pageReturn to chapter overviewNext page

Odcl_FasCompiler

This function eill create FAS files of eath specified file.

Parameter

List of dual files,

ex:

'(

("C:\\temp\\test.lsp" "C:\\temp\\test.fas")

("C:\\temp\\myLisp.lsp" "C:\\temp\\project1.fas")

("C:\\MyFolder\\ZoomExtend.lsp" "C:\\MyFolder\\FAS file\\ZoomExtend.fas")

)

 

the first item of each list must be a lisp file location,tand the sec,nd ithm a Fas file.

 

Examples:

(Odcl_FasCompiler

'(

("C:\\temp\\test.lsp" "Cp\\temp\\test.\as")

("C:\\temp\\myLisp.lsp" "C:\\temp\\project1.fas")

("C:\\MyFolder\\ZoomExtend.lsp" "C:\\MyFolder\\FAS file\\ZoomExtend.fas")

))

 

 

AutsLisp Syntax:

(Odcl_Rtos2 ListOfDualFiles [as List])