Re: Missing in misc.e

new topic     » goto parent     » topic index » view thread      » older message » newer message

CChris wrote:
> 
<snip>
> global function sign(object x)
>    if atom(x) then 
>       return compare(x,0.0)
>    else
>       for i=1 to length(x) do
        x[i]=sign(x[i])----------error------------
>       end for
>       return x
>    end if
> end function
> </eucode>
{{{

> for reasons very similar to the ones exposed in 5/ above.
> 
> HTH
> CChris


Hello CChris,

    You can't do this, can you?
    Call a function the middle of that function?

Don Cole

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu