I'm working with a publishing tool that has lots of calls to functions that simply echo out content directly to the page. I normally dont do this; i'll instead have the function return the HTML string to the calling routine so that I can echo it out whenever I want.
This tool I'm working with has a lot of templates and I can't go and rewrite all these simple chages to return a value rather than echoing.
Is there a way to override the echo command and get the "echoed" output of a function as a return string??? (probably not but it doesn't hurt to ask! :rolleyes: )
mucho dankee
-rdrnnr