1. string
- Posted by Fernando Ortiz <fernando at rxp.com> Jan 13, 2001
- 373 views
- Last edited Jan 14, 2001
Call me stupid, but I can=92t seem to find in my docs how to assign a str= ing to a variable. You know, like old basic used: x$=3D=94text=94 I=92ve been going through the =93Euphoria Programming Language version 2.= 2 Reference Manual=94 Am I looking in the wrong place? Thanks
2. Re: string
- Posted by Fernando Ortiz <fernando at rxp.com> Jan 13, 2001
- 397 views
- Last edited Jan 14, 2001
Thanks Ray. That=92s EXACTLY what I meant. Kat, I looked at 2.1.2 but for some reason I couldn=92t get it through my thick skull that I needed to declare it as a sequence first. Thanks. -----Original Message----- From: Ray & Debbie Smith [mailto:smithr at ix.net.au] Sent: Saturday, January 13, 2001 9:25 PM To: fernando at rxp.com Subject: Re: string Hi Fernando, Do you mean: sequence x x =3D "text" ???? Ray Smith ----- Original Message ----- From: Fernando Ortiz <fernando at rxp.com> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, January 14, 2001 1:12 PM Subject: string > Call me stupid, but I can't seem to find in my docs how to assign a str= ing > to a variable. You know, like old basic used: x$=3D"text" > > I've been going through the "Euphoria Programming Language version 2.2 > Reference Manual" > > Am I looking in the wrong place? > > Thanks