Jump to content

Recommended Posts

Posted (edited)

This topic is for asking my quick question,

and without much more delay my problem.

$ARRAY[$find-1][$X] = $aAttV2[$find-1]

^ERROR

Error: Array variable has number of subscripts or subscript

dimension range exceeded.

If $X is replaced with 0 then my scrip would work fine but

in this case I cant. For $X = 1 To $aNN2[0]

Im also running into the same problems with

$pos1 = $ARRAY[3][$array_x_number]

^ERROR

Error: Array variable has number of subscripts or subscript

dimension range exceeded.

Edited by evilelf
Posted (edited)

With my

msgbox(0,"Tool",$find & " X=" & $X & " att " &$aNN2[0] & " AN= " & $aNN1[0] & " " & $Val2[$find-1])

Tool Info

1 x=1 att7 AN=620

This part works,

$ARRAY[$find-1][0] = $Val1[0]

I get error on this

$ARRAY[$find-1][$X] = $Val2[$find-1]

Edited by evilelf

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...