Hi
I am reading a text file from where I get string variables. I would like create arrays and name them with these string variables. I am also reading integer values which would used to define the size of arrays. Example
string1="Array1"
string2="Array2"
integer1= Imax
integer2= Jmax
I would like to create arrays like Array1(Imax,Jmax) and Array2(Imax,Jamx).
How do I do this?
Thanks,
I am reading a text file from where I get string variables. I would like create arrays and name them with these string variables. I am also reading integer values which would used to define the size of arrays. Example
string1="Array1"
string2="Array2"
integer1= Imax
integer2= Jmax
I would like to create arrays like Array1(Imax,Jmax) and Array2(Imax,Jamx).
How do I do this?
Thanks,