How do I display my results in dynamic text.
I need to show the results in my flash program. The results are working great in a trace. I get the text to show, but not the results from high1.lab, high2.lab and high3.lab.
status_txt.text = '\nAnd here are the top 3 from those categories:';
"1. " + high1.lab;
"2. " + high2.lab;
"3. " + high3.lab;