> BTW - does VB really have two key words 'select' / 'case'

yup, same way as C/C++/Java has

switch (thing) {
  case item:
  case item2:

}

select case mything
  case something
  case something else
end select

(its that last one that gets my goat.... end select - the parser should be
able to work it out!!!)

I think, tho, in VB you can select other things, tho I dont recall what.
etc

N

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to