Hi I am trying to compile a prog. and get the error
Error compiling program.
Error message: error CS1525: Invalid expression term ';'
Line Number: 43
Line AddLabel("systeminfo","labPname",5,currentheight,470, sizeoffont+10)
programs runs fine just can't compile
these are the relevant bits of the code...
from the error I was expecting to find ';' in the code on line 43 but it is not there, so I am stuck as to what to do...
Any help really appreciated...
Error compiling program.
Error message: error CS1525: Invalid expression term ';'
Line Number: 43
Line AddLabel("systeminfo","labPname",5,currentheight,470, sizeoffont+10)
programs runs fine just can't compile
these are the relevant bits of the code...
B4X:
41: sizeoffont= 18
42: currentheight=140
43: AddLabel("systeminfo","labPname",5,currentheight,470,sizeoffont+10)
from the error I was expecting to find ';' in the code on line 43 but it is not there, so I am stuck as to what to do...
Any help really appreciated...