Hi,
That IS the way to do it.
But you can't name the constant DEV and then use WS in the array declaration.... You need to use a constant that actually have been declared.
Code:
WS CON 60
LED VAR BYTE[WS]
/Henrik.