InterviewSolution
Saved Bookmarks
| 1. |
How Will You Convert A Given Number To Long In Vbscript? |
|
Answer» Using CLng function, which CONVERTS a given NUMBER of any variant subtype to LONG. Example: x = 123 Using CLng function, which converts a given number of any variant subtype to Long. Example: x = 123 |
|