InterviewSolution
Saved Bookmarks
| 1. |
How Will You Convert A Given Number To Double In Vbscript? |
|
Answer» Using CDbl function, which converts a GIVEN number of any VARIANT subtype to double. x = 123 Using CDbl function, which converts a given number of any variant subtype to double. Example: x = 123 |
|