You could try
for
variable in $(
find) do
array[
counter]=
variable
done
You then have an associative array that contains all the values. Obviously you would need to set up a counter for the subscript.
If you're interested in dynamically creating variable names, please note one of my earlier posts on this subject. It is incredibly powerful, especially when using common code modules in shell scripting:
www.unix.com - Faux hash table