if the array offset is always a constant value ,
declare another var with that offset to use as a pointer using the EXT modifier

eg
x var byte[100]
y var byte EXT

asm
y = x+5
endasm

hserin 60000,main,[str y\90]