I2CWRITE SDA, SCL,com,$40,"hello"
looks like incorrect syntax , should be like this
Code:
I2CWRITE SDA, SCL,com,[$40,"hello"]
to display x (assume pbp3)

Code:
buff var byte[16]

ARRAYWRITE buff,[dec3 x]
I2CWRITE SDA, SCL,com,[$40,str buff"]
[/CODE]