View Single Post
  #6 (permalink)  
Old 09-07-2007, 11:26 PM
matrixebiz's Avatar
matrixebiz matrixebiz is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,186
matrixebiz is on a distinguished road
Quote:
Originally Posted by skyline View Post
No just put \n in this way :

Code:
Comment("\n== Trades enabled ==","== Safe to trade ==");
and if you want to move comment 2 rows below, just put another \n :

Code:
Comment("\n\n== Trades enabled ==","== Safe to trade ==");
Skyline
Got it Thanks
Reply With Quote