Jump to content

Question on Board Feature


Recommended Posts

Guest crandamaniac
Posted

I been trying to figure this out, but what exactly does the code button do?

Guest areacode212
Posted

Nothing interesting. It does the same thing as the quote tag, but it was expressly created for sharing programming code (a lot of message boards are devoted to computer subjects). It would be even better if what was inside was automatically converted to a monospace font, but it doesn't even do that.

 

e.g., here's something from my LISP class:

(defun getname ()
  (format t "~%Please enter your name.~%")
  (setf name (read))
  (format t "~%Hello ~a.  How are you?" name))

Guest crandamaniac
Posted

Oh ok, thought it really did something important that I was missing out on. Thanks for the answer

Guest Spaceman Spiff
Posted

I think the custom title level is 100 posts. To edit, go to My Controls -> Edit Profile Info, and there should be a box at the top.

 

No spell check that I know of.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...