Can we display only integers / numbers through the message
box? Is there any constraint to do so?
Answer Posted / sachin
Message box can display both integer and string like we can
give
Msgbox 5
Msgbox "5". But really there is an issue with VB's message
box for the length. It can only display limited text. What
I mean is
If we concatenate a string to a very large string in a loop
(for eg selected items in a listview,grid etc) then if we
put this string in a message box like
msgbox strSelection . Then you will notice that half of
your string will be missing. So same will happen with
number but it doesn't make sense we ever having a large
number like that !
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Is there any Edit method in ADO Data Access method?
What is script control?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
Is visual basic c#?
How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?
What is the difference between Msgbox Statement and MsgboxQ function?
Types of cursors in RDO.
What are the rules which should be followed while naming a variable in VB?
What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?
what are the types of LockEdits in DAO?
What is the difference between adodc and adodb in vb?
Which method is preferred to save data like database to the disk?
Which type of object requires this object?
Types of LockEdits in RDO.
Explain Default cursor Type and LockEdit type in DAO?