H HarleyM Member Licensed User Longtime User Mar 17, 2011 #1 Hi Everyone, I'm trying to display text in a bitmap that I have read via textreader from a text file. It all works ok except that lines of pure numerals are always skipped. The textreader passes them line by line ok, but the drawtext function just ignores them. Am I missing something here? :sign0085:
Hi Everyone, I'm trying to display text in a bitmap that I have read via textreader from a text file. It all works ok except that lines of pure numerals are always skipped. The textreader passes them line by line ok, but the drawtext function just ignores them. Am I missing something here? :sign0085:
J JogiDroid Member Licensed User Longtime User Mar 17, 2011 #2 Does forcing them to string help?? something like.. newString = "" & textReaderLine Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 18, 2011 #3 Can you post your code? There should be no problem writing numbers. Upvote 0