Defining Arrays with Variables

I am having trouble defining an array , at level 1 with a variable.

I have predefined the variable as such
1 #arry-size (n3) init <100>

then further down I have about 10 variables I want to make single dimension arrays out of…

such as
1 #etp-id (n4/#arry-size)

I even tried
1 #etp-id (n4/1:#arry-size)

NAT0280 Index entry incorrectly specified for field.

I would appreciate any help. Thank you!

In both cases I get the following error

Change that INIT to CONST.

OOOOPS ! THANK YOU!.. :oops:

OOOOPS ! THANK YOU!.. :oops: