Re: Variable declaration style
From: Larry Serflaten (serflaten_at_usinternet.com)
Date: 09/17/04
- Next message: Ulrich Korndoerfer: "Re: Error message about my user defined type"
- Previous message: NickHK: "Re: Error message about my user defined type"
- In reply to: MikeD: "Re: Variable declaration style"
- Next in thread: Bob Butler: "Re: Variable declaration style"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 16 Sep 2004 23:42:24 -0500
"MikeD" <nobody@nowhere.edu> wrote
> >
> > > > If you don't use the "As <datatype>" clause, then the
> > > > variable will, by default, be declared as a Variant. There are NO
> > > > exceptions to this rule.
> >
> > Dim A&, B&, C& ' ( As Long )
> > Dim X%, Y%, Z% ' ( As Integer)
>
> IMO, that's not really overriding the default variant data type.
They don't use AS, so they are exceptions....
<shrug>
LFS
- Next message: Ulrich Korndoerfer: "Re: Error message about my user defined type"
- Previous message: NickHK: "Re: Error message about my user defined type"
- In reply to: MikeD: "Re: Variable declaration style"
- Next in thread: Bob Butler: "Re: Variable declaration style"
- Messages sorted by: [ date ] [ thread ]