faqts : Computers : Programming : Languages : Bbcbasic

+ Search
Add Entry AlertManage Folder Edit Entry Add page to http://del.icio.us/
Did You Find This Entry Useful?

1 of 1 people (100%) answered Yes
Recently 1 of 1 people (100%) answered Yes

Entry

BBCBASIC: Windows: Print: String: Line: Split: How to: How to split long lines? [separator \]

Feb 13th, 2006 04:46
Knud van Eeden,


----------------------------------------------------------------------
--- Knud van Eeden --- 13 February 2006 - 10:47 am -------------------

BBCBASIC: Windows: Print: String: Line: Split: How to: How to split 
long lines? [separator \]

---

Use the separator

 \

at the end of the current line
and the begin of the next line.

===

E.g.

 PRINT "test" \
 \ "ing"

gives

 testing

===

Tested successfully on
Microsoft Windows XP Professional (service pack 2),
running
BBCBASIC for Windows v5.01a

===

Internet: see also:

---



----------------------------------------------------------------------