用VB处理定长文本的导入(2) strTMP = Right(strTMP, Len(strTMP) - Len(strInsert(0))) · · · · · · · · '分别按长度截取,以此类推 Loop tsTxt.Close Set fsoReadFile = Nothing
这是我能够想到的解决方法,希望有好方法的朋友能够指正(40Star@163.com)!