Reply to Re: does dink support....
If you don't have an account, just leave the password field blank.
Well you could format it better:
(using . for space in example)
if (&story > 3)
{
..if (&drake == 1)
..{
....//blah
..}
}
Or if /blah is one line:
if (&story > 3)
{
..if (&drake == 1)
....//blah
}
Stupid HTML.
(using . for space in example)
if (&story > 3)
{
..if (&drake == 1)
..{
....//blah
..}
}
Or if /blah is one line:
if (&story > 3)
{
..if (&drake == 1)
....//blah
}
Stupid HTML.