Post Reply 
Custom Text Formatting (Previously: Getting long results in a program)
03-19-2024, 07:24 PM
Post: #5
RE: Getting long results in Program
(03-19-2024 02:04 PM)matalog Wrote:  Can I display all of the string numbers, without having to display the quotation marks for each string?
I'm not sure if I understand your question correctly. In your program, you also convert numerical values to strings:
Code:
TEXTOUT_P(string(num*(10^((lis-7)*3)))+" "+Result(lis) ,2,lis*13,0,0);
and display them on the screen using TEXTOUT_P - as you can see, there are no quotation marks.

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-19-2024 07:24 PM
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: 68 Guest(s)