1. Problem with eds database
Hi
I am having a problem with eds DataBase program.I keep getting this error
the code looks like this a-=d or this a*=f I don't know if it is my ex.exe
maybe I have a old one?
On the other Subject about why I like Euphoria I like it becasue it is simple
and fairly easy to understand I was working on the mydata.ex program and I
noteiced that it does not matter how long the string is try to do that in
Basic in basic you have to define your fields and length and God forbde if you
go over that.
Thanks for the help
David Mosley
pmosley at infoway.lib.nm.us
-- Arachne V1.42;beta, NON-COMMERCIAL version, http://www.naf.cz/arachne/
2. Re: Problem with eds database
David Mosley writes:
> I am having a problem with eds DataBase program.
> I keep getting this error the code looks like this a-=d
> or this a*=f I don't know if it is my ex.exe maybe I have a old one?
Sounds like you are running v2.0 or earlier.
The current version of Euphoria is 2.2.
Regards,
Rob Craig
Rapid Deployment Software
http://www.RapidEuphoria.com
3. Re: Problem with eds database
On Wed, 14 Jun 2000 17:50:37 +0000, David Mosley <pmosley at INFOWAY.LIB.NM.US>
wrote:
>Hi
>I am having a problem with eds DataBase program.I keep getting this error
>the code looks like this a-=d or this a*=f I don't know if it is my ex.exe
>maybe I have a old one?
You obviously have the old one. The earliest version of Eu that supports
those C-like operators(-=, +=, *=, /=, &=) is 2.0. BTW, what version do you
have anyway?