Dim X,Y as Integer
Here what is the datatype of X and Y ?
Answer Posted / bhausaheb funde
Here X is variant
Y is Integer
| Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
How to use hyperlink?
Explain about conditional operators?
What is the use of debug Window?
DHTML Is used for what?
Why API functions are Required?
What are the uses of List View Control?
When/Why should I use Option Explicit?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?
Draw Sequence Modal of DAO? Explain.
What is the difference between c++ and visual basic?
What is script control?
What do you mean by Databound Controls Explain?
How can you filter out specific type of file using file system controls?
What is the use of Tabledef?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?