I current use an ST72334 uC. I have a problem in my code as follow ... lab_A equ 3 lab_B equ 2*lab_A+1 ..... during the compilation it stated out the following error message: Error 67: Improper Character(s) '+1' Can I use this expression for equate? I should like to update some parameters depending to another one. Bye