Reply to Re: Why the bleep won't it start the procedure?
If you don't have an account, just leave the password field blank.
I Dinkedit or Windinkedit (I think both...) press I. It gives info including the name of attached script. Names are case sensetive, must be exact.
Then make sure the procedure has the right bracket at each end.
Void main ()
{
stuff(blah,blah);
}
Then make sure the procedure has the right bracket at each end.
Void main ()
{
stuff(blah,blah);
}