subbulakshmi
04-09-2002, 06:27 AM
i have one string variable.
dim qry as string
and
im saying
qry = "Welcome to VB Programming"
if i say
print qry
print qry$
i'm getting the same result. then we are appending the $ symbol with string variables?
Also what is the difference between mid function and mid$ function?
dim qry as string
and
im saying
qry = "Welcome to VB Programming"
if i say
print qry
print qry$
i'm getting the same result. then we are appending the $ symbol with string variables?
Also what is the difference between mid function and mid$ function?