RE: help xxx()
- Posted by salix at freemail.hu Mar 03, 2001
- 469 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 >