Try somethinbg like this:
Code:
LCDOUT "Freq.= ",$FE,$C0,DEC Cnt ' Display count
If Cnt < 100 then LCDOUT " "      ' if Cnt is less than 100 then print a blank
If Cnt < 10 then LCDOUT " "       ' if Cnt is less than 10 then print a blank 
PAUSE 1000