Re: SVN2331 INFO.E has illlegal characters in it.

new topic     » goto parent     » topic index » view thread      » older message » newer message
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" 
new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu