Hi, 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 Best regards, Gilberto Cuba