Post
by dunbarx » Thu Jul 12, 2012 6:38 pm
Hi.
You were really very clever to think that making the script (sort of) look like what you wanted your text to look like would work. Adorable, but, well, no.
This is a good start to understand that control characters, like "return", "tab", etc., are part of building, and just as importantly, deconstructing, text in LC.
You will find enormous power in the ability to parse text via any character at all, in fact, and be able to separate, count, reorder or whatever, that text by using those characters as delimiters. Please read the dictionary under "itemdelimiter", and experiment.
In a sense, Sturgis' reply is saying that the return character is the delimiter for lines. There are others, and you need them all desperately. You will soon not know how you lived without them.
Craig Newman