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
Can any one please suggest which institute is providing Advance Excel & VBA Macros in Excel training in Hyderabad.
How would you add column headers in listview control?
Explain Default cursor Type and LockEdits type in RDO?
What is FireHouse Cursors?
What is the difference between adodc and adodb in vb?
How do I get a bitmap picture in a field in an Access database?
Give brief description about class?
____ property of menu cannot be set at run time.
Clear property is available in ____,___ control.
What is the use of parameters collection?
Why do I get "object not an array" when I try reference the fields of a global object variable which I have set to a table?
How would you add elements and pictures to listitems in listview control?
Is visual basic case sensitive?
What are some methods you can use to send data from one VB executable to another one?
What is the use of Immediate, Local Window?