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: 2 Guest(s)