what does this Code thing do? what are they for and what’s the 'code’s?? ![]()
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]
what does this Code thing do? what are they for and what’s the 'code’s?? ![]()
Self Destruction In Twenty Seconds
javascript
selfdestruct.exe
And how do you use the List mode?
[/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>:
Me, I tend to just use HTML instead.
–Rich
Thanks rich! it worked!!! ![]()
You can even use them together!
[list]
[*]Um
[*]Dois
[*]Tres
[/list]
![]()
So you can!
[]foo
[]bar
* ```text
[*]baz
[*]quux
… what? ![]()
Rock!
This the qustion I was going to ask.