On 24.08.2010, at 12:41, PMichael Rodgers wrote: > Here is the code snippet I'm having trouble with: > > 0010 dim a[b,c] Should'nt that be 0010 dim a(b,c) ? But boy my Basic days are long ago... .