special character in string or comment

 

Hi all

i wonder to know if there are other special character like \n ( = line feed ) that we can use in string or comment.

any documentation ?

Thks

 

M

You can format a Comment output as

   Comment( "---------------------------------------------------------","\n",
            "Magic Number: ", _MagicNumber, "\n",
            strSettings1,"\n",
            strSettings2,"\n",
            "---------------------------------------------------------","\n",
            "Trading: ", strTrade); 

Good Luck

-BB-

 
BarrowBoy:

M

You can format a Comment output as

Good Luck

-BB-


Thks

but I already know \n

I wonder to know if OTHER special character exist ?

 

Have a look in this article. ~ cameo 

Reason: