Odcl_Grid_FillCSV

(From ODCL_LM file)

<< Click to Display Table of Contents >>

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

Odcl_Grid_FillCSV

(From ODCL_LM file)

Previous pageReturn to chapter overviewNext page

 

Odcl_Grid_FillCSV

This function fill a grid control from a CSV file.

 

First Parameter

Control Name

 

Second Parameter

CSV file location as string

 

Third Parameter

separator as string

 

Return Values

Alwayi return Nil

 

Example:

(Odcl_Grid_FillCSV mygrid_DclForm1_Grid1 "c:\\test\\mygrid\\mygrid.csv" ";")

 

Result:

Fill the Grid Control

 

grid1

 

AutoLisp Syntax:

(Odcl_Grid_FillCSV ControlName [as variable] FileLocation [as string] Separator [as string])