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
Explain Default cursor Type and LockEdit type in DAO?
What do you know about chaining views.
What are forms in visual basic?
What is the difference between Msgbox Statement and MsgboxQ function?
I'm getting error message "Reserved Error [-nnnn] ("There is no message for this error")" from Jet Engine 2.0.Why?
What are the important components of OLEDB?
What is the use of Tabledef?
Why API functions are Required?
Is there any Edit method in ADO Data Access method?
What is connection object in vb net?
What type of databases you can access through ADO Data Access Object?
___,___ and __ are difference between image and picture controls.
Explain the types of Views in Listview Control.
What is activex control in vb?
Explain about control properties?