Write the use of Val() function in Visual Basic.
Answers
Answered by
2
The Val function stops reading the string at the first character that it can't recognize as part of a number. Symbols and characters that are often considered parts of numeric values, such as dollar signs and commas, are not recognized.
Keep smiling.
Similar questions