W why_119 Unregistered / Unconfirmed GUEST, unregistred user! 2004-06-13 #1 有N个文件0000.txt,0001.txt,....0105.txt等. 用一个变量和这些文件名相比效.如果变量和文件名一样就打开文件. 没分了就这么多了...
Z zurich Unregistered / Unconfirmed GUEST, unregistred user! 2004-06-13 #2 用 if fileexists ('路径:文件名') then openfile()
W why_119 Unregistered / Unconfirmed GUEST, unregistred user! 2004-06-13 #3 if _xto = '0000' then Assignfile(_xtofile,'0000.xjc') else if _xto = '0001' then Assignfile(_xtofile,'0001.xjc') else if _xto = '0002' then Assignfile(_xtofile,'0002.xjc') else if _xto = '0003' then Assignfile(_xtofile,'0003.xjc') ... 我是用上面的方法...
if _xto = '0000' then Assignfile(_xtofile,'0000.xjc') else if _xto = '0001' then Assignfile(_xtofile,'0001.xjc') else if _xto = '0002' then Assignfile(_xtofile,'0002.xjc') else if _xto = '0003' then Assignfile(_xtofile,'0003.xjc') ... 我是用上面的方法...