1. Special Sequences
- Posted by Paul Kerslake <paulk at UNISERVE.COM> Aug 13, 2000
- 850 views
------=_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> </DIV>
<DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
this:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got an =
error.=20
------=_NextPart_000_0005_01C0054F.EC179E60--
2. Re: Special Sequences
- Posted by Undetermined origin c/o LISTSERV administrator Aug 13, 2000
- 814 views
- Last edited Aug 14, 2000
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
3. Re: Special Sequences
- Posted by simulat <simulat at INTERGATE.BC.CA> Aug 13, 2000
- 819 views
------=_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(
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> </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(
</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> </DIV>
<DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
this:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got =
an error.=20
------=_NextPart_000_0007_01C00552.FAFE4980--
4. Re: Special Sequences
- Posted by Wayne Overman <euman at BELLSOUTH.NET> Aug 13, 2000
- 815 views
- Last edited Aug 14, 2000
------=_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> </DIV>
<DIV>Try this:</DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV> </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> </DIV>
<DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
this:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got =
an error.=20
------=_NextPart_000_003D_01C0056D.EC3A6D00--
5. Re: Special Sequences
- Posted by Sunraysia Psychiatry Centre <sunpsych at MILDURA.NET.AU> Aug 14, 2000
- 802 views
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
6. Re: Special Sequences
- Posted by David Alan Gay <moggie at INTERLOG.COM> Aug 13, 2000
- 818 views
- Last edited Aug 14, 2000
------=_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> </DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV> </DIV>
<DIV> </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> </DIV>
<DIV><FONT face=3DArial size=3D2>Is there a way to have a "long" =
sequence ? Like=20
this:</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>sequence names</FONT></DIV>
<DIV><FONT face=3DArial =
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I typed this into Euphoria but I got =
an error.=20
------=_NextPart_000_0059_01C00574.932B2F40--
7. Re: Special Sequences
- Posted by Ad Rienks <kwibus at ZONNET.NL> Aug 14, 2000
- 863 views
- Last edited Aug 15, 2000
{{{ ----=_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

