Post Reply 
Short hand for line feed (ppl)?
03-13-2014, 07:54 PM
Post: #5
RE: Short hand for line feed (ppl)?
(03-13-2014 07:30 PM)DrD Wrote:  Neither \n nor the "" approach seem to work when concatenated with additional info within a print command. (Something along these lines):

print( "something" + var +<some kind of newline shorthand> + "something else");
PRINT is pretty limited, so the easiest way is:
Code:
print( "something" + var );
print( "something else");

Patrice
“Everything should be made as simple as possible, but no simpler.” Albert Einstein
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Short hand for line feed (ppl)? - DrD - 03-13-2014, 02:28 PM
RE: Short hand for line feed (ppl)? - Han - 03-13-2014, 02:57 PM
RE: Short hand for line feed (ppl)? - DrD - 03-13-2014, 07:30 PM
RE: Short hand for line feed (ppl)? - patrice - 03-13-2014 07:54 PM
RE: Short hand for line feed (ppl)? - Han - 03-13-2014, 09:10 PM
RE: Short hand for line feed (ppl)? - DrD - 03-14-2014, 12:59 AM



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