Jump to content
TSM Forums
Sign in to follow this  
Guest crandamaniac

Question on Board Feature

Recommended Posts

Guest crandamaniac

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

Share this post


Link to post
Share on other sites
Guest areacode212

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))

Share this post


Link to post
Share on other sites
Guest crandamaniac

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

Share this post


Link to post
Share on other sites
Guest Spaceman Spiff

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×