Dim x, y as integer.
What is x and y data type?
Answers were Sorted based on User's Feedback
Answer / nidhin
in vb 6 x as variant and y as integer
in vb.net both are integer
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / chitra
Both x and Y are integers is a wrong answer.X as variant and
Y as Integer.
| Is This Answer Correct ? | 8 Yes | 4 No |
Answer / deepakduvedi
x is variant datatype and y as integer datatype
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / zaher al-balawi
in vb6 : x and y both are Special Variant that convert
numbers to intger
lock for this example
Dim lop1, lop2, lop3 As Integer
lop2 = "6.1"
lop1 = "4.5"
lop3 = "3.1"
Print lop1, lop2, lop3
Print lop2 + lop1
Print lop3 + lop2
| Is This Answer Correct ? | 2 Yes | 2 No |
How do I do drag & drop between applications?
I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.
what is the difference between vb and vb.net
What is OLEDB?
How would you use ActiveX Dll and ActiveX Exe in your application?
What is ado in vb?
Explain the working of templates?
What is the difference between Exec and ExecSQL? (wouldnt this be dependent on data access? Ie ADO use different method than DAO)
How would you create properties by using class Builder Wizard?
what are the three main differences between flexgrid control and dbgrid(Data bound Grid) control
Where can I get good up-to-date information about VB?
What is difference between datagrid and flexgrid?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)