Code and List

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

Self Destruction In Twenty Seconds



javascript



selfdestruct.exe

And how do you use the List mode?


  • Things I do NOT like


  • Demons


  • Cowslips


  • Myself

[/code]

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

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=bbcode#6">here</a>:

  • one
  • two

Me, I tend to just use HTML instead.

–Rich

  • Mandolin
  • Guitar
  • Mandoguitar

Thanks rich! it worked!!! :smiley:

  • Overton
  • Copeland
  • Burke

You can even use them together!

[list]
[*]Um
[*]Dois
[*]Tres
[/list]

:smiley:

So you can!

[]foo
[
]bar


* ```text
[*]baz
[*]quux

… what? :slight_smile:

Rock!

This the qustion I was going to ask.