Need Assistance Please!

 

I'm trying to show a comment on screen. i would like to put it below the aboveline etc. Here is the example:

Comment("",Name, " "," First Buy ",FBFirstLevel," ",
"Second Buy " ,FBSecondLevel, " ",
"Third Buy " , FBThirdLevel, " ",
"First Sell " ,FSFirstLevel, " ",
"Second Sell " ,FSSecondLevel, " ",
"Third Short " ,FSThirdLevel);

Could anyone please help??

 

Comment( "some text "+someVariable+"\n"+

"some text "+someVariable+"\n"+

"some text "+someVariable+"\n");

 
phy:

Comment( "some text "+someVariable+"\n"+

"some text "+someVariable+"\n"+

"some text "+someVariable+"\n");


Thanks!