Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You are right, the space between function name and "(" causes the error. Compiles now...Lcd_Out(1,1, "ReadSum = " + #ADCReadSum) 'Ok
Ok, it compiles fine, after the name of a user-defined function "Function and Proc" there can't be a space between the name and the parentheses.
FunctionName+space+(argument) = error.