Hi. Ive seen this in Darrel Taylor's hello world example on his site

Code:
LED1   VAR  PORTB.1
Is it possible to do the same thing with an array?
EG
Code:
LED[1]   VAR  PORTB.1