Thread: VoA Stuff
View Single Post
  #3  
Old 02-10-2012, 09:51 AM
Congdar
Developer
 
Join Date: Jul 2007
Location: my own little world
Posts: 751
Default

When posting code in the forums, it's easier to read if you surround the code with blocks (code) (/code) except don't use parentheses, use brackets--> []. I used parentheses here because if i use brackets it doesn't show, it converts to:
Code:
if(true) {
    do_something();
}
__________________
The Realm
Reply With Quote