V
Valli
I have a double variable
Dim d as double. d gets values stored as 2010031266671939.0
I need this value in string.
If I use d.tostring(), it provides in E+ format. I need this double value in
string without E+ format.
If I use d.Tostring("#.0"), it rounds off the double value & provides as
2010031266671940.0.
I need the value as such.
Can anyone help me
--
Thanks & regards,
V.Vallikkannu
Project Leader
Chella Software Private Limited | Mobile : <9944254599.> | Off: +91 452
4262000 | www.chelsoft.com
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding,
printing or copying of this email is strictly prohibited and may be
unlawful.
Dim d as double. d gets values stored as 2010031266671939.0
I need this value in string.
If I use d.tostring(), it provides in E+ format. I need this double value in
string without E+ format.
If I use d.Tostring("#.0"), it rounds off the double value & provides as
2010031266671940.0.
I need the value as such.
Can anyone help me
--
Thanks & regards,
V.Vallikkannu
Project Leader
Chella Software Private Limited | Mobile : <9944254599.> | Off: +91 452
4262000 | www.chelsoft.com
This e-mail and any files transmitted with it are for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. If you are not the intended recipient, please contact the
sender by reply e-mail and destroy all copies of the original message.
Any unauthorized review, use, disclosure, dissemination, forwarding,
printing or copying of this email is strictly prohibited and may be
unlawful.