The following warnings occurred:
Warning [2] Undefined array key 0 - Line: 1677 - File: showthread.php PHP 8.2.31 (Linux)
File Line Function
/inc/class_error.php 157 errorHandler->error
/showthread.php 1677 errorHandler->error_callback
/showthread.php 916 buildtree




Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
42 Character Printing
#7
Sorry to bump this after so long, but it seemed like the most relevant thread!

How do you include a newline with Print42? I have looked through the source and I thought adding CHR(13) to a string would do it, but it doesn't. For example:

Code:
#include <print42.bas> dim myString as string cls printat42(0,0) myString = "Hello"+chr(13)+"World" print42(myString) printat42(4,0) print42("Hello"+chr(13)+"World") ' neither way works...?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)