what have you tried ?
what did it do ?
what do actually want it to do differently ?



or is it that you have you copied this code from somewhere
Code:
DIM GRAPH(8) 'define array with 8 lines
GRAPH(1)=$FE 
GRAPH(2)=$CO ' and so on, example of data in array
For A=0 to 7 ' loop till 8
LCDOUT $FE, $40+A, GRAPH(A) - write bytes to LCD memory
NEXT A
and need help to convert it to pbp