I'm parsing each line of a text file to see if it contains a 'name=xxx' parameter. If so, I strip out everything but that 'name' parameter value. I want to put the first 'name' parameter value that I find in a variable called $Book1, the second one $Book2, etc. Is there a way to increment a variable name with every iteration? I know you can increment a variable *value*, but what its *name*?

Thx
Ron