x = Val(List1.List)
that in itself will error. Any help will be appreciated VB5.
Corsipo
--
Randy Birch
MVP Visual Basic
Take the vb.net poll at:
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
Please respond only to the newsgroups so all can benefit.
"Corsipo" <cor...@iximd.com> wrote in message
news:Spjl6.1499$Ms3.1...@typhoon2.ba-dsg.net...
: Okay. I got a small problem. I'm trying to use the Val command tot urn a
:
:
>hehe. You're right there. I have that in the code. I'm mostly wondering
>about how to do the Val command with that. It seems not to be working.
Try Val(List1.Text)
Unless I'm misunderstanding what you're shooting for.
--
Bryan Ecker | I would burn for you.
ec...@us.hsanet.net | Feel pain for you.
http://www.hsanet.net/user/ecker | I would twist the knife
BAE SYSTEMS | And bleed my aching heart.
--
Randy Birch
MVP Visual Basic
Take the vb.net poll at:
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
Please respond only to the newsgroups so all can benefit.
"Corsipo" <cor...@iximd.com> wrote in message
news:M_Al6.30$3y6....@typhoon2.ba-dsg.net...
: hehe. You're right there. I have that in the code. I'm mostly wondering
: > :
: >
: >
:
:
"Bryan Ecker" <ec...@us.hsanet.net> wrote in message
news:Xns9051A74FCec...@207.126.101.100...
--
Randy Birch
MVP Visual Basic
Take the vb.net poll at:
http://www.mvps.org/vbnet/
http://www.mvps.org/ccrp/
Please respond only to the newsgroups so all can benefit.
"Corsipo" <cor...@iximd.com> wrote in message
news:vXEl6.715$3y4.1...@typhoon2.ba-dsg.net...
: Thanks. The List1.Text worked perfectly. Many thanks people!
:
: