View Single Post
  #2 (permalink)  
Old 03-30-2003, 10:47 PM
imported_admin imported_admin is offline
Senior Member
 
Join Date: Jan 2001
Posts: 413
Default Re: Where does 'trace()' display output?

Yes, "trace" only outputs in preview mode.

the "trace" function needs parameters, for example:
trace("hello world");
if the code is reached, you'll see "hello world" in the output windows of preview mode.

learn more about "trace":
http://www.swfkit.com/trace.html
Reply With Quote