I could just usebut I am sure microsoft have put it in a class somewhere.VB Code:
intNumber = val("1")
Can anyone tell me where?
Printable View
I could just usebut I am sure microsoft have put it in a class somewhere.VB Code:
intNumber = val("1")
Can anyone tell me where?
Try a search.
http://www.vbforums.com/showthread.p...&highlight=val
aha!!
Davidrobin, you'll probably find it in the same place (or near to) where asc() and chr() are now kept. Legacy functions from VB6.
So if it is a legacy function what is the .NET alternative.