Code and List

Get help using the forums. If we can't help you, FEMA can.
Post Reply
User avatar
Tak_the_whistler
Posts: 568
Joined: Sun Feb 02, 2003 6:00 pm
Please enter the next number in sequence: 1
Location: Japan

Code and List

Post by Tak_the_whistler »

what does this Code thing do? what are they for and what's the 'code's?? :-?

Code: Select all

Self Destruction In Twenty Seconds

Code: Select all

javascript

Code: Select all

selfdestruct.exe
And how do you use the List mode?

  • Things I do NOT like
  • Demons
  • Cowslips
  • Myself
[/code]
<><
Tak
---------------------------------------
<b>"Nothing can be yours by nature."</b>
--- Lewis
User avatar
rich
i see what you did there
Posts: 609
Joined: Mon May 14, 2001 6:00 pm
Please enter the next number in sequence: 1
Location: Toronto, Ontario
Contact:

Post by rich »

The [ code] tag gives you a fixed-width font suitable for computer code -- probably not used that much here:

Code: Select all

for my $file (keys %caches)
{
    my $url = $rooturl . $caches{$file};
    my $now = time();
    getstore($url, $file);
#    warn "$file: ", time()-$now, " s\n"; 
    chmod(0664, $file);
}
For a list, you start and close with the [ list] and [ /list] tags, but you use a [ *] tag inbetween, as shown <a href=http://chiffboard.mati.ca/faq.php?mode= ... 6">here</a>:
  • one
  • two
Me, I tend to just use HTML instead.

--Rich
Guest

Post by Guest »

  • Mandolin
  • Guitar
  • Mandoguitar
Thanks rich! it worked!!! :D
  • Overton
  • Copeland
  • Burke
User avatar
glauber
Posts: 4967
Joined: Thu Aug 22, 2002 6:00 pm
Please enter the next number in sequence: 1
Location: I'm from Brazil, living in the Chicago area (USA)
Contact:

Post by glauber »

You can even use them together!

Code: Select all

[list]
[*]Um
[*]Dois
[*]Tres
[/list]
:D
On the Internet, nobody knows you're a dog!
--Wellsprings--
User avatar
rich
i see what you did there
Posts: 609
Joined: Mon May 14, 2001 6:00 pm
Please enter the next number in sequence: 1
Location: Toronto, Ontario
Contact:

Post by rich »

So you can! ... what? :-)
User avatar
I.D.10-t
Posts: 7660
Joined: Wed Dec 17, 2003 9:57 am
antispam: No
Location: Minneapolis, MN, USA, Earth

Post by I.D.10-t »

Rock!

This the qustion I was going to ask.
"Be not deceived by the sweet words of proverbial philosophy. Sugar of lead is a poison."
Post Reply