1. Special Sequences

------=_NextPart_000_0005_01C0054F.EC179E60
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

H'lo,

Is there a way to have a "long" sequence ? Like this:

sequence names
names=3D'bob','ringo,'john','george'

I typed this into Euphoria but I got an error. Please help!

------=_NextPart_000_0005_01C0054F.EC179E60
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2614.3500" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>H'lo,</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
this:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got an =
error.=20

------=_NextPart_000_0005_01C0054F.EC179E60--

new topic     » topic index » view message » categorize

2. Re: Special Sequences

Paul Kerslake wrote:

> H'lo,
>
> Is there a way to have a "long" sequence ? Like this:
>
> sequence names
> names='bob','ringo,'john','george'
>
> I typed this into Euphoria but I got an error. Please help!
>
>   ------------------------------------------------------------------------
>                Name: FILE.HTM
>    FILE.HTM    Type: Hypertext Markup Language (text/html)
>            Encoding: 7bit

Try this:
names = {"bob","ringo","john","george"}

Jeff Fielding

new topic     » goto parent     » topic index » view message » categorize

3. Re: Special Sequences

------=_NextPart_000_0007_01C00552.FAFE4980
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

names=3D{"bob","ringo","john","george"}
should do it.

but it doesn't seem right somehow to have bob in that sequence.
I guess I'm just showing my age(blink
Bye
Martin

  ----- Original Message -----=20
  From: Paul Kerslake=20
  To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Sent: Sunday, August 13, 2000 5:57 PM
  Subject: Special Sequences


  H'lo,

  Is there a way to have a "long" sequence ? Like this:

  sequence names
  names=3D'bob','ringo,'john','george'

  I typed this into Euphoria but I got an error. Please help!

------=_NextPart_000_0007_01C00552.FAFE4980
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>names=3D{"bob","ringo","john","george"}</FONT></DIV>
<DIV><FONT size=3D2>should do it.</FONT></DIV>
<DIV><FONT size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT size=3D2>but it doesn't seem right somehow to have bob in =
that=20
sequence.</FONT></DIV>
<DIV><FONT size=3D2>I guess I'm just showing my age(blink</FONT></DIV>
<DIV><FONT size=3D2>Bye<BR>Martin<BR></FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dpaulk at UNISERVE.COM href=3D"mailto:paulk at UNISERVE.COM">Paul =
Kerslake</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU=20
  =
</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Sunday, August 13, 2000 =
5:57=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Special =
Sequences</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>H'lo,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
  this:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
  <DIV><FONT face=3DArial =
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got =
an error.=20

------=_NextPart_000_0007_01C00552.FAFE4980--

new topic     » goto parent     » topic index » view message » categorize

4. Re: Special Sequences

------=_NextPart_000_003D_01C0056D.EC3A6D00
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi

Try this:

sequence names
names=3D{"bob","ringo","john","george"}

  ----- Original Message -----=20
  From: Paul Kerslake=20
  To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Sent: Sunday, August 13, 2000 8:57 PM
  Subject: Special Sequences


  H'lo,

  Is there a way to have a "long" sequence ? Like this:

  sequence names
  names=3D'bob','ringo,'john','george'

  I typed this into Euphoria but I got an error. Please help!

------=_NextPart_000_003D_01C0056D.EC3A6D00
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>Hi</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV>Try this:</DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV>&nbsp;</DIV></FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dpaulk at UNISERVE.COM href=3D"mailto:paulk at UNISERVE.COM">Paul =
Kerslake</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU=20
  =
</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Sunday, August 13, 2000 =
8:57=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Special =
Sequences</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>H'lo,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
  this:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
  <DIV><FONT face=3DArial =
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got =
an error.=20

------=_NextPart_000_003D_01C0056D.EC3A6D00--

new topic     » goto parent     » topic index » view message » categorize

5. Re: Special Sequences

Hi,

At 17:57 13/08/00 -0700, you wrote:
>H'lo,
>
>Is there a way to have a "long" sequence ? Like this:
>
>sequence names
>names='bob','ringo,'john','george'
>

I think the solution is:
   sequence names

   names = { "bob", "ringo", "john", "george" }

Alex Caracatsanis

new topic     » goto parent     » topic index » view message » categorize

6. Re: Special Sequences

------=_NextPart_000_0059_01C00574.932B2F40
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Try this

sequence names
names=3D{"bob","ringo","john","george"}


  ----- Original Message -----=20
  From: Paul Kerslake=20
  To: EUPHORIA at LISTSERV.MUOHIO.EDU=20
  Sent: Sunday, August 13, 2000 8:57 PM
  Subject: Special Sequences


  H'lo,

  Is there a way to have a "long" sequence ? Like this:

  sequence names
  names=3D'bob','ringo,'john','george'

  I typed this into Euphoria but I got an error. Please help!

------=_NextPart_000_0059_01C00574.932B2F40
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>
<DIV><FONT face=3DArial size=3D2>Try this</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
  <DIV style=3D"FONT: 10pt arial">----- Original Message ----- </DIV>
  <DIV=20
  style=3D"BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: =
black"><B>From:</B>=20
  <A title=3Dpaulk at UNISERVE.COM href=3D"mailto:paulk at UNISERVE.COM">Paul =
Kerslake</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>To:</B> <A =
title=3DEUPHORIA at LISTSERV.MUOHIO.EDU=20
  =
</A>=20
  </DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Sent:</B> Sunday, August 13, 2000 =
8:57=20
  PM</DIV>
  <DIV style=3D"FONT: 10pt arial"><B>Subject:</B> Special =
Sequences</DIV>
  <DIV><BR></DIV>
  <DIV><FONT face=3DArial size=3D2>H'lo,</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
  this:</FONT></DIV>
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
  <DIV><FONT face=3DArial =
  <DIV>&nbsp;</DIV>
  <DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got =
an error.=20

------=_NextPart_000_0059_01C00574.932B2F40--

new topic     » goto parent     » topic index » view message » categorize

7. Re: Special Sequences

{{{ ----=_NextPart_000_004B_01C0062C.DEDE1D40 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Paul,

I'm sure this can be found easily in the doc/htm files. It is:

sequence names names =3D {"John", "Paul", "George", "Ringo"}

who the fuck is bob?

--- Oorspronkelijk bericht =20 Van: Paul Kerslake=20 Aan: EUPHORIA at LISTSERV.MUOHIO.EDU=20 Verzonden: maandag 14 augustus 2000 2:57 Onderwerp: Special Sequences

H'lo,

Is there a way to have a "long" sequence ? Like this:

sequence names names=3D'bob','ringo,'john','george'

I typed this into Euphoria but I got an error. Please help!

----=_NextPart_000_004B_01C0062C.DEDE1D40 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-W3CDTD HTML 4.0 Transitional

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu