2008-07-02 16:22 UTC
How in LIST DATA input to the GRID form in,also may output in the writing file?
under has a section in series,
(setq lst (list (list "A" 0 22)
(list "B" 1 23)
(list "C" 2 24)
(list "D" 3 25)
(list "E" 4 26)
))
how are list data in the grid form ?
Moreover, may output into the writing file,
how should process?
under has a section in series,
(setq lst (list (list "A" 0 22)
(list "B" 1 23)
(list "C" 2 24)
(list "D" 3 25)
(list "E" 4 26)
))
how are list data in the grid form ?
Moreover, may output into the writing file,
how should process?
