> [mailto:[EMAIL PROTECTED] Behalf Of Shawn Waldie > > I'm attempting to use READU in the following fashion, but the > code won't > compile. However, all is well and runs well when I replace > File.Vars<I> > with f.var1 - in the READU statement. > > File.Vars<1> = f.var1 > File.Vars<2> = f.var2
File variables can't be stored in dynamic arrays. Could you replace that with a dimensioned array? - jmh ------- u2-users mailing list [EMAIL PROTECTED] To unsubscribe please visit http://listserver.u2ug.org/
