在LISP中用DCL对话框读取TXT中的数据
发布网友
发布时间:2024-10-19 14:42
我来回答
共2个回答
热心网友
时间:2024-12-02 06:18
lisp里就直接用lisp函数来读取文件内容。只需要三个函数,open,close,read-line
Opens a file for access by the AutoLISP I/O
functions
(open filename mode)
Closes an open file
(close file-desc)
Reads a string from the keyboard or from an open
file, until an end-of-line marker is encountered
(read-line [file-desc])
热心网友
时间:2024-12-02 06:16
592166316