m204prgmr Posted December 14, 2005 Report Share Posted December 14, 2005 Can a Text File process be done within another Text file process and if so, do I need to save my variables? I'm trying to acquire a line count and I'm coming up with nice round eggs. Seperatly, I can get a count. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
kevin Posted December 15, 2005 Report Share Posted December 15, 2005 Yes, a Text File Process can be within another one. But, as you point out, you need to be careful with the variables. The variables used in the inner loop will overwrite the variables in the outer loop if they are the same. Quote Link to comment Share on other sites More sharing options...
m204prgmr Posted December 15, 2005 Author Report Share Posted December 15, 2005 Thank you Kevin, I thought that was the case. I'll re-address the codesd Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.