View Single Post
  #3 (permalink)  
Old 09-07-2007, 06:30 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,186
matrixebiz is on a distinguished road
Ok, thanks CJA, so;

Comment("== Trades enabled ==","== Safe to trade ==");

So if the line above is what I have, I would do this to move it down one line;
Comment("+"\n"+"== Trades enabled ==","== Safe to trade =="); +"\n"

and two lines this;
Comment("+"\n"+"+"\n"+"== Trades enabled ==","== Safe to trade =="); +"\n"+"\n"


Thanks
Reply With Quote