1. Hello everybody
- Posted by ryo at mail.dotcom.fr Mar 22, 2001
- 414 views
Hi, I'm newbie on this mailing list and please excuse my poor english I'm french and programmer not translator I just want to say that I discovered euphoria one year ago but I left it in my windows\temp directory without looking it. And last week I was less busy so I try it. I've found it very easy to learn and I want to give you a hand for writing include files. I come from Perl so strings and operations on strings are my speciality.I have already start with a Sentence.e which contains the function below : - trim ltrim rtrim (base on jiri babor's trim function) - split (for getting datas) - join (powerful for recording datas) - pop, shift and push (just an aliase for append) - chop (which remove the last caracter of a string) Bye bye, Ryo - new french user of the euphoria klan PS : If you want my Sentence.e mail me and I'll give it -- Ryo http://www.ryo-sama.com http://dragonquest.multimania.com
2. Re: Hello everybody
- Posted by Ted Fines <fines at macalester.edu> Mar 22, 2001
- 389 views
It's good of you to offer your program. If you want to, you should post it to the RDS web site, so everyone, whether on this list or not, may have access to it. Here's the URL: <http://www.rapideuphoria.com/contrib.htm> or, just email it to Robert Craig at: <mailto:rds at RapidEuphoria.com> In the meantime, please email me a copy. I'd like to see it! --Ted --On Thursday, March 22, 2001 6:21 AM -0800 ryo at mail.dotcom.fr wrote: > > > Hi, > > I'm newbie on this mailing list and please excuse my poor english I'm > french and programmer not translator > > I just want to say that I discovered euphoria one year ago but I left it > in my windows\temp directory without looking it. > And last week I was less busy so I try it. I've found it very easy to > learn and I want to give you a hand for writing include files. > > I come from Perl so strings and operations on strings are my > speciality.I have already start with a Sentence.e which contains the > function below : > - trim ltrim rtrim (base on jiri babor's trim function) > - split (for getting datas) > - join (powerful for recording datas) > - pop, shift and push (just an aliase for append) > - chop (which remove the last caracter of a string) > > Bye bye, > Ryo - new french user of the euphoria klan > > PS : If you want my Sentence.e mail me and I'll give it > > > -- > Ryo > http://www.ryo-sama.com > http://dragonquest.multimania.com > > > >
3. Re: Hello everybody
- Posted by Mike The Spike <mtsreborn at yahoo.com> Mar 22, 2001
- 422 views
Hey that's excellent man! Mike The Spike "Yeah, payin' mah billz with mah mad programmer skillz!" - Weird Al Yankovic, It's All About The Pentiums --- Ted Fines <fines at macalester.edu> wrote: > > > > > It's good of you to offer your program. If you want > to, you should post it > to the RDS web site, so everyone, whether on this > list or not, may have > access to it. Here's the URL: > <http://www.rapideuphoria.com/contrib.htm> > or, just email it to Robert Craig at: > <mailto:rds at RapidEuphoria.com> > > In the meantime, please email me a copy. I'd like > to see it! > > --Ted > --On Thursday, March 22, 2001 6:21 AM -0800 > ryo at mail.dotcom.fr wrote: > > > > > > > Hi, > > > > I'm newbie on this mailing list and please excuse > my poor english I'm > > french and programmer not translator > > > > I just want to say that I discovered euphoria one > year ago but I left it > > in my windows\temp directory without looking it. > > And last week I was less busy so I try it. I've > found it very easy to > > learn and I want to give you a hand for writing > include files. > > > > I come from Perl so strings and operations on > strings are my > > speciality.I have already start with a Sentence.e > which contains the > > function below : > > - trim ltrim rtrim (base on jiri babor's trim > function) > > - split (for getting datas) > > - join (powerful for recording datas) > > - pop, shift and push (just an aliase for append) > > - chop (which remove the last caracter of a > string) > > > > Bye bye, > > Ryo - new french user of the euphoria klan > > > > PS : If you want my Sentence.e mail me and I'll > give it > > > > > > -- > > Ryo > > http://www.ryo-sama.com > > http://dragonquest.multimania.com > > > > > > > > > > > > > > >