G
Guest
vb.net val function
c=val(a$)+val(b$)
thanks
c=val(a$)+val(b$)
thanks
Actually, I would think that the best choice would be
to actually use the Val function in VB, by adding a
reference to Microsoft.VisualBasic.dll and then use
the static Val method on the Conversion class in the
Microsoft.VisualBasic namespace?