Re: Format of the value of constant: does it matter?
From: Jan Hyde (StellaDrinker_at_REMOVE.ME.uboot.com)
Date: 07/13/04
- Next message: Ken Halter: "Re: Using Wildcards in a Select Case Statement ?"
- Previous message: Noelia: "Re: VB slows down"
- In reply to: Jack: "Format of the value of constant: does it matter?"
- Next in thread: Zoury: "Re: Format of the value of constant: does it matter?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 13 Jul 2004 17:15:32 +0100
"Jack" <replyto@newsgroup>'s wild thoughts were released on
Tue, 13 Jul 2004 11:55:14 -0400 bearing the following fruit:
>Hello,
>Two constants:
>Public Const WAVE_FORMAT_PCM = &H1
>Public Const WAVE_FORMAT_PCM = 1
>
>Which one is declared properly and does it really matter?
another option
Public Const WAVE_FORMAT_PCM As Long = 1
Jan Hyde
-- Hanging: a suspended sentence. [Abolish the TV License - http://www.tvlicensing.biz/]
- Next message: Ken Halter: "Re: Using Wildcards in a Select Case Statement ?"
- Previous message: Noelia: "Re: VB slows down"
- In reply to: Jack: "Format of the value of constant: does it matter?"
- Next in thread: Zoury: "Re: Format of the value of constant: does it matter?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|