Re: Variable Data Types
From: Larry Seidenberg-Jones (LarrySeidenbergJones_at_discussions.microsoft.com)
Date: 01/07/05
- Next message: Terry Kreft: "Re: VB6 - SP6 Package & Deployment Wizard"
- Previous message: Bob Butler: "Re: Variable Data Types"
- In reply to: Bob Butler: "Re: Variable Data Types"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 Jan 2005 04:01:03 -0800
Thanks very much BOB. That what exactly what I needed.
"Bob Butler" wrote:
> "Larry Seidenberg-Jones"
> <LarrySeidenbergJones@discussions.microsoft.com> wrote in message
> news:32AC51EA-4F8C-4962-A42D-C59C3076C4C2@microsoft.com
> > In VB6, what formula do you use to display what data type a variable
> > is declared as? Please help. Thanks.
>
> TypeName(x)
>
> Note that for Variants it returns the type of the content
>
> --
> Reply to the group so all can participate
> VB.Net: "Fool me once..."
>
>
- Next message: Terry Kreft: "Re: VB6 - SP6 Package & Deployment Wizard"
- Previous message: Bob Butler: "Re: Variable Data Types"
- In reply to: Bob Butler: "Re: Variable Data Types"
- Messages sorted by: [ date ] [ thread ]
Loading