Gilberto- Friday, November 18, 2005, 6:00:06 PM, you wrote:
> Exists any way of overwrite a functions that it is defined by the > Engine Revolution with my function? > Example, i want to run a function that i defined like "sec" and > not run a function that return the seconds. > function sec tValue > put value( 1 / cos( tValue ) ) into tResult > return tResult > end sec No, unforunately there isn't. I'd love to have this ability, too, but it would complicate the compiler parser quite a bit, so I don't expect to see this in my lifetime. You'd need to define "secant" instead of "sec" in order to get past the compiler error. -- -Mark Wieder [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
