[求助]请问如何用AUTOLISP读取文件中的数据?
<p>请问如何用ATUOLISP读取文件中的数据?是否可以像VBA一样把值赋给结构数组?</p><p>谢谢。。急。希望各位帮帮我呀。。</p> 先用open函数打开文件,如(open "f:/1.txt" "r"),再用read-line就可以读取了! <font face="Verdana">(setq file1 (getfiled "\请选择展点的数据文件:" "" "dat" 8))<br/> (setq f1 (open file1 "r"))<br/> (setq str1 (read-line f1))</font>
页:
[1]