The ________ function checks if a field does not contain a value
Fill in the blank(s) with correct word
IsNull
Computer Science & Information Technology
You might also like to view...
What will be the final value of intCount?
``` Dim intCount As Integer = 3 Do intCount += 6 Loop While intCount < 20 ``` a. 20 b. 21 c. 15 d. 9
Computer Science & Information Technology
NumberFormat static method ___________ returns a NumberFormat that’s used to format a number as a percentage.
What will be an ideal response?
Computer Science & Information Technology