DEFINE OSC 20 include "modedefs.bas" include "LCD_3310v31.pbp" start: VarData = 10 'load the variable with desired number @ PrintVar 0,0 'print the variable VarData, starting at the desired location 0,0 @ PrintStr 0,1, "Proba" end