question about void, passing data and print\write

fungus:

zarobhr:
i added that to the code after my void loop

CMSBridge_ino2:6: error: 'T' has not been declared

CMSBridge_ino2.cpp: In function 'void loop()':
CMSBridge_ino2:246: error: invalid conversion from 'const char*' to 'int'
CMSBridge_ino2:246: error: initializing argument 3 of 'void MyLCD(byte, byte, int)'

Did you try putting it before the place where it's used?

no matter where in code i put template<class T> i get the first error that T has not been declared