Re: SVN2331 INFO.E has illlegal characters in it.
- Posted by bernie Aug 03, 2009
- 869 views
jeremy said...
Thus, it's nice for different operations. If you wish to document a string mid way, we can do that already:
sequence abc = "" & -- header "John Doe had a dog." & -- sentence 1 "Jane Doe had a cat." & -- sentence 2 "John's dog chased Jane's cat all the time"
Jeremy
You are missing the point I don't like typing all the " "& when I could just do this and still be able to parse the string. because the SEQUENCE will NOT contain the comments as they will if you use the single qoute. sequence abc = " \ -- header John Doe had a dog.\ -- sentence 1 Jane Doe had a cat.\ -- sentence 2 John's dog chased Jane's cat all the time"