Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.basic.visual.misc > #2213

Re: VB6 IF OR THEN

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups comp.lang.basic.visual.misc
Subject Re: VB6 IF OR THEN
Date 2014-12-27 17:00 -0500
Organization A noiseless patient Spider
Message-ID <m7na41$1bc$1@dont-email.me> (permalink)
References <01a069ac-0e7d-4808-adb8-a548c348c89a@googlegroups.com> <m7mr8q$9ki$1@dont-email.me> <cb101b69-5c7b-4057-ae50-e4520917ae01@googlegroups.com>

Show all headers | View raw


| whats mean 64 and 16?
|

 I'm just in the habit of using the numbers for
msgbox. The constants you used represent
numbers. Do you know about constants? They're
basically unchangeable variables used for
convenience. People can usually remember
something like vbInformation more easily than
they remember the number 64. I started out with
VBScript, which didn't used to have preset
constants, so I learned the MsgBox constants as
numbers. You can do it either way, as long as you
either declare any constant you want to use, or
use a preset VB constant.

Back to comp.lang.basic.visual.misc | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

VB6 IF OR THEN geomodelers@gmail.com - 2014-12-27 09:03 -0800
  Re: VB6 IF OR THEN "Mayayana" <mayayana@invalid.nospam> - 2014-12-27 12:46 -0500
    Re: VB6 IF OR THEN geomodelers@gmail.com - 2014-12-27 10:55 -0800
      Re: VB6 IF OR THEN "Mayayana" <mayayana@invalid.nospam> - 2014-12-27 17:00 -0500
  Re: VB6 IF OR THEN Deanna Earley <dee@earlsoft.co.uk> - 2015-01-02 10:03 +0000

csiph-web