Hi,
Code:
G VAR BYTE
i VAR BYTE

For i = 0 to 7
out_sig = G.0[i]
NEXT
I think that should do it.

/Henrik.