Answer Posted / 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 |
Post New Answer View All Answers
What is a thread pool and how are the threads within a thread pool managed?
How to get freefile location in memory?
What is Seek Method which type of record set is available this?
How would you map properties to controls by using ActiveX Control Interface Wizard?
What is ActiveX Dll and ActiveX Exe?
What is file in vb?
what are the Differences between Recordset and Resultsets?
___,_____ and ____ container objects.
How would you convert a form into document?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
What is ActiveX? Explain.
Why API functions are Required?
Explain OLE Drag and Drop?
How do I do drag & drop between applications?
How would you attach an ActiveX control in Your Application?