netbumbler
ISP
I'm in the process of writing some extensive logic algorithms (lots of if-then-else) to interrogate poorly formatted text data files. What I'd like to do is streamline the code such that I can create a function to call into my main sub but have access to all the main subs variables (without having to re-establish variables and such). Is the best way to do this with global vars? Or is there a better way? Does my question make sense enough?
Thanks,
Chris
Thanks,
Chris