Re: Why won't this work??!!!
- Posted by "Lucius L. Hilley III" <luciuslhilleyiii at JUNO.COM> Mar 08, 1997
- 1285 views
On Sat, 8 Mar 1997 19:59:53 -0500 Joseph Martin <jam at EXIS.NET> writes: > >At 19:51 3/8/97 EST, you wrote: > >>if this is verbatim the you should notice that you have used a double >>qoute after 31 >>such as '31" >>that is a simple syntax error. You must use a single quote. > >I had used one quote originally, and then added the second trying to >get the thing to work. If you could tell me why it wouldn't work with one quote >you would make my evening. 31 is an atom. You must pass that without single or double quotes. If you are trying to pass 31 inside quotes, then you will have to put it in double quotes. Putting 31 in double quotes causes it to be a 2 byte sequence. So, is this clear as mud now? It's rather confusing to me, too. I don't know if you are trying to pass ASCII character 31 OR sequence "31". In either case, you have done neither. --Lucius Lamar Hilley III -- E-mail at luciuslhilleyiii at juno.com