1. Re: Strings in Euphoria

Nickofurr at aol.com wrote:

> In a message dated 5/30/2004 8:22:25 PM Eastern Standard Time, Nickofurr
> writes:
> In a message dated 5/30/2004 5:01:30 PM Eastern Standard Time, j.lue at gmx.de
> writes:
>> In your program, ""'s and {},s mean the same thing,

No, *I* did not write that!

> No. Just try:
> }}}
<eucode>
> puts(1, "74,111,104,110")
> puts(1, "\n")
> puts(1, {74,111,104,110})
> </eucode>
{{{

> and you'll see the difference.

That was written by me.

> What I meant here, was that {} = ""

And that was written by you in your previous message.

If you are interested in a serious discussion, you should learn some
basic rules first, see for instance
   http://www.netmeister.org/news/learn2quote.html

Also, at least you should use a mail client, that handles MIME parts
correctly. Better, don't send any MIME at all, but plain ASCII text.
Currently, your messages contain much garbage (technically speaking).

[big snip]

> Your program here just stats that a string can be any character, prtintable,
> or not.  it includes nul, tab, bkspace, and a lot of other symbols.

A string can't *be* any character, but *contain* any character. Believe
it or not, that's true. At least for strings in BASIC, which I was
talking about. As I wrote previously, in Euphoria the term "string" is
not well defined, because there is no "string" datatype.

[big snip]

HTH,
   Juergen

new topic     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu