Multiple values in one trace statement


/ Published in: ActionScript 3
Save to your folder(s)



Copy this code and paste it in your HTML
  1. var i:int = 123;
  2. var foo:String = "foo";
  3. var wtf:Object = {prop:"rad"};
  4.  
  5. trace(i, foo, wtf);

URL: http://www.flashcomguru.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.