How do I insert square bracket pairs in a post without this site interpreting it as UBB code? -mk
Printable View
How do I insert square bracket pairs in a post without this site interpreting it as UBB code? -mk
Just add spaces [ b ] bold text [ /b ]
or refer ppl to the FAQ page
http://discussions.virtualdr.com/faq.html
------------------
Compguy Pete
The Benevolent Administrator
My personal website
The example I have is the following C variable:
${item{*}}
The inside curely bracket pair should be square bracket pair. How do I display the square bracket pair in here?
$[item[*]]
The <left square bracket><asterix><right square bracket> gets interpreted as a list item.
I guess I have to insrt a space in there some place. -mk
[This message has been edited by mikek147 (edited 10-01-2000).]
Try the code command:
Nope, that doesn't work https://discussions.virtualdr.com/!Code:${item[*]}
------------------
Howard Marsh
HWM Consulting Pty Ltd
Harbour City Computers
Queensland, Australia
Take back your life. FREE Email Newsletter shows you how!
[This message has been edited by HWMC (edited 09-27-2000).]
The ASCII code for the left square bracket is 91 and the right square bracket is 93. So, if you want to have the following string displayed here in your UBB message:
[*]
you need to use this string:
&#91;*&#93;
More info: HTML ISO_8859-1 Entities
[This message has been edited by Vernon Frazee (edited 07-21-2001).]
Thanks Vernon. As seen above, that certainly did the trick.
Again, Thanks. -mk
bold