Can we display only integers / numbers through the message
box? Is there any constraint to do so?
Answer Posted / mirza arif nadeem
yes we can display only the integers through the message box.
if isnumeric(<value>) then
msgbox value
end if
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Explain about arrays?
I get a "file not found" error on the IIF function when I distribute by program. Why?
How to load and unload child forms.
To find the current recordposition in data control.
How can you get selected file from file system Control?
How can you Implement windows functionality in VB?
In which areas the Error occurs?
Explain about declaring variables in Visual basic?
What is the use of Data Form Wizard?
What are 3 main differences between flexgrid control and dbgrid control?
Can you create a tabletype of recordset in Jet - connected ODBC dbengine?
How would you navigate between one document to another document
What are the properties of datacontrol?
How do you zoom in visual basic?
What is the difference between adodc and adodb in vb?