FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Suggestions
   Website, Reference, Example Suggestions
(Moderator: REAS)
   Posting code
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Posting code  (Read 523 times)
battey

WWW
Posting code
« on: Oct 23rd, 2003, 12:22am »

So, it seems like this must be something really obvious, but I can't for the life of me figure out how to create the special "code" sections when posting to this forum... (i.e. where someone's code appears with "CODE" in at top and the code itself in a box)
 
 
benelek

35160983516098 WWW Email
Re: Posting code
« Reply #1 on: Oct 23rd, 2003, 1:38am »

it works like an html tag - you have to put a [ code ] at the begining, and a [/ code ] at the end (without the spaces before and after the word "code").
 
mKoser

WWW Email
Re: Posting code
« Reply #2 on: Oct 23rd, 2003, 1:38am »

you write it like this:
 
Code:

//something coded

 
...you have to place [ code ] before your code
and [ /code ] after the code ... (remove the spaces within the brackets!
 
+ mikkel
 
UPDATE
hehe benelek beat me to it - gotta love dual postings!
« Last Edit: Oct 23rd, 2003, 1:39am by mKoser »  

mikkel crone koser | www.beyondthree.com | http://processing.beyondthree.com
Pages: 1 

« Previous topic | Next topic »