Can someone help with this, I'm about to pull my hair out? I get a type mismatch error from the following code:
I've taken some things out, but that's where the error is happening, the "catch(z)" array line. Do I have to format the variable a certain way?
Any help would be great
Code:
dim x,i,z,dig(200,200),catch(59) x = 1 i = 1 z = 34 catch(z) = dig(x,i)
Any help would be great
Comment