1. RE: help xxx()
- Posted by CK Lester <cklester at yahoo.com> Mar 02, 2001
- 538 views
formula = { sin(v) , v+4 ) > -----Original Message----- > From: salix at freemail.hu [mailto:salix at freemail.hu] > Sent: Friday, March 02, 2001 1:58 AM > To: EUforum > Subject: help xxx() > > > object v, formula > v=3 > formula={"sin(v)","v+4"} > if xxx(formula[2])=7 then puts(1,"OK") end if > > -- How can I define xxx() that this little proggy puts "OK" on the screen? > -- Rgds, > -- Salix > >
2. RE: help xxx()
- Posted by Al Getz <Xaxo at aol.com> Mar 02, 2001
- 504 views
Hi there salix, salix at freemail.hu wrote: > object v, formula > v=3 > formula={"sin(v)","v+4"} > if xxx(formula[2])=7 then puts(1,"OK") end if > > -- How can I define xxx() that this little proggy puts "OK" on the > screen? > -- Rgds, > -- Salix > > I sumitted a formula compiler called "AllyOOP" to the rds email address. It's an object oriented formula compiler. It allows you to call your functions through a function named "Eval()". It's very easy to use. It should be available for download in a day or so from the Euphoria web site so you can take a look at it. Good luck with it. --Al
3. RE: help xxx()
- Posted by salix at freemail.hu Mar 03, 2001
- 470 views
Whuh! Great! Checking it immediately! Thanks a lot!) Original message from: Al Getz >Hi there salix, > >salix at freemail.hu wrote: >> object v, formula >> v=3 >> formula={"sin(v)","v+4"} >> if xxx(formula[2])=7 then puts(1,"OK") end if >> >> -- How can I define xxx() that this little proggy puts "OK" on the >> screen? >> -- Rgds, >> -- Salix >> >> > >I sumitted a formula compiler called "AllyOOP" to >the rds email address. It's an object oriented formula >compiler. It allows you to call your functions through >a function named "Eval()". It's very easy to use. > >It should be available for download in a day or so >from the Euphoria web site so you can take a look at it. > >Good luck with it. >--Al >