1. RE: help xxx()

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
>
>

new topic     » topic index » view message » categorize

2. RE: help xxx()

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

new topic     » goto parent     » topic index » view message » categorize

3. RE: help xxx()

Whuh! Great!
Checking it immediately!
Thanks a lot! smile)

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
>

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu