How to print "[" or "]"

Find quick help here to get you started with Hollywood
Post Reply
NathanH
Posts: 107
Joined: Sun Jul 05, 2015 1:29 am
Location: Caldwell, Idaho

How to print "[" or "]"

Post by NathanH »

Hi,

I get an error message "Text format tag after square bracket not recognized" when I try:
Print("[")
Print("\["
Print(Chr(93))

What else should I try? Thanks.

Nathan
PEB
Posts: 569
Joined: Sun Feb 21, 2010 1:28 am

Re: How to print "[" or "]"

Post by PEB »

Use double brackets: "[[" and "]]"
Post Reply