Using a CodeBox

BlitzMax Forums/BlitzMax Beginners Area/Using a CodeBox

Glenn Dodd(Posted 2007) [#1]
I want to post some code but can't find the faq saying what to wrap the code in.
I know it is something about a codebox...
Can someone help please.


EOF(Posted 2007) [#2]
Use these tags (replace {} with [] though):


{code}
mycode here
{/code}

or, if your source is fairly large:

{codebox}
mycode here
{/codebox}


More here:

What are the forum codes?


Glenn Dodd(Posted 2007) [#3]
cheers