Hi all,
I need to write a script that asks the user for a text file, read it into a data structure, ask the user for more info (I made it up to here), and update the data structure (DOH!). Bascially, I need to ask the user twice for information, but the second request is dependant on the first. I realize I can make a seperate script and pass the data structure as a parameter string, but this is highly inefficient. Thanks in advance.
Vince