
09-07-2007, 11:26 PM
|
 |
Senior Member
|
|
Join Date: Oct 2006
Posts: 1,186
|
|
Quote:
Originally Posted by skyline
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
|