I do not understand why
in a sub i have written
but i see in de debug that w = 5000 ?
what do i wrong ?
Thanks for any response
in a sub i have written
VB.NET:
dim w as double
dim nm as string
nm = "5.2356"
w = cdbl(nm)
what do i wrong ?
Thanks for any response
Last edited by a moderator: