Post Reply 
Custom Text Formatting (Previously: Getting long results in a program)
03-23-2024, 11:29 AM
Post: #7
RE: Getting long results in Program
(03-23-2024 09:06 AM)matalog Wrote:  Yeah, I am pretty sure I had the problem before where results I sent to screen were in quotes.

It's quite possible that you tried to display strings using TEXTOUT_P in "2D" mode, e.g.
TEXTOUT_P("ABC",50,50,{"2D"});
In this mode, TEXTOUT_P works correctly when displaying expressions, but has a bug that adds quotation marks in the case of strings.

Piotr Kowalewski
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Getting long results in Program - komame - 03-23-2024 11:29 AM
RE: Custom Text Formatting - Tyann - 04-15-2024, 06:55 PM
RE: Custom Text Formatting - komame - 04-15-2024, 07:42 PM
RE: Custom Text Formatting - Tyann - 04-16-2024, 04:38 AM
RE: Custom Text Formatting - komame - 04-16-2024, 06:02 AM



User(s) browsing this thread: 1 Guest(s)