Thomas,

He wasn't trying to get the handler name... but trying to help is good =). It's actually an interesting piece of trivia that param(0) will fetch the handler name. Similarly, $0 fetches the script name for a CGI script...

It seems to me that param(i) is just parsed differently by the compiler than a custom function. Something about the order of evaluation changes. I wonder whether value(param(i)) would work? Or just an echo function:

set the visible of echo(param(i)) to TRUE

function echo v
 return v
end echo

Of course, the original workaround is pretty painless, luckily.

- Brian

That is what I said "param(i) will not get the handler name".

Just trying to help here...........

Tom McGrath III
Lazy River Software
[email protected]
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to