Try this, and you’ll notice the 1st data with the colon is missing. why & how to solve this?
trace("1"+":"+"2"+":"+"3"+":"+"4")
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
FlashDevelop’s Output panel matches the first number followed by colons (ie. /^[0-9]:/) for output coloring. Different numbers will color the lines with different colors.
There is currently no way to prevent this behavior, however the information traced is still there and you can see it entirely using FlashDevelop LogViewer (see Tools menu) instead.