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