Subj : Silly question
To   : Sean Dennis
From : Bj�rn Felten
Date : Mon May 02 2005 06:32 pm

SD> What exactly do you mean?

  Rather than writing something like this:

  BBSR.BoardName:=...
  ... some code...
  BBSR.SysopName:=...
  ... some code...
  BBSR.Software:=...
  ... some code...
  BBSR.Phone:=...
  ... some code...
  BBSR.Telnet:=...
  ... some code...

  ...you do it like this:

  with BBSR do begin
    BoardName:=...
    ... some code...
    SysopName:=...
    ... some code...
    Software:=...
    ... some code...
    Phone:=...
    ... some code...
    Telnet:=...
    ... some code...
  end;

SD> Thanks again for your help.  Much appreciated!

  No problem, just keep 'em coming! :)

---
* Origin: news://felten.yi.org (2:203/2)