Customer Center

Welcome back

My Account Logout
#4870
Do you get any ? (question marks) in the variable that is supposed to be storing the read data.
​Seeing question marks means the View is indeed seeing letters that could be recognized – but were not because there was no match in the font file (or perhaps a font file not loaded at all). So question marks = a font file related issue.

​If you see !, then that means there wasn't any letters seen by the View. A ! indicates the font file isn't your problem at all, but instead you have a problem with readiness – you are performing a view when there isn't letters there to view.