My idea need to show result to GLCD
but my glcd driver function input by 'CHARACTER
I can not put "TEMPDATA" to DrawGLCD function

Please help!!

Sample

Function GETTEMP()
TEMPDATA var word
GETTMP = TEMPDATA '### if CALL function GETTMP output to TEMPDATA is "40.32"

How to put TEMPDATA to DrawGLCD function ?
End Function



Function DrawGLCD(CHARACTER ver BYTE )
Draw CHARACTER to GLCD By CHARACTER
End Function



Thank you