I wanna declare a variable with the type of Decimal. However, when I typed
the key word As and had the IntelliSense listbox popped up, I could not find
the Decimal item. Does this means that Decimal is unavailable in VB6, or it
is defined in another Library that I have to get it included into my
project?
Any reply would be appreciated!

--
Best regards,
Laser Lu

Re: Is Decimal a basic data type in VB6? by Frank

Frank
Mon Dec 15 03:36:50 CST 2003

Um this is the wrong news group for vb, you want microsoft.public.vb

But you wanna use either Single or Double, depends on what precision your
using.

HTH
--
============
Frank Hickman
NobleSoft, Inc.
============
Replace the _nosp@m_ with @ to reply.


"Laser Lu" <lu_yanfeng@hotmail.com> wrote in message
news:eNMc61twDHA.1740@TK2MSFTNGP09.phx.gbl...
> I wanna declare a variable with the type of Decimal. However, when I typed
> the key word As and had the IntelliSense listbox popped up, I could not
find
> the Decimal item. Does this means that Decimal is unavailable in VB6, or
it
> is defined in another Library that I have to get it included into my
> project?
> Any reply would be appreciated!
>
> --
> Best regards,
> Laser Lu
>
>