Dim x, y as integer.

What is x and y data type?

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


Please Help Members By Posting Answers For Below Questions

Types of LockEdits in RDO.

1585


What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?

1631


What is Seek Method which type of record set is available this?

1510


DHTML Is used for what?

1419


How can I access a record by record number?

1053






How do I call a DLL?

1060


How do I make an animated icon for my program?

951


What are the tools available for Debuggiu in VB?

1490


What are the types of line styles available in Treeview Control?

1889


What is data binding in vb net?

501


Types of LockEdits in RDO.

1708


how a multiple routing works ?

2305


How do I dial a phone number without using the MSCOMM VBX?

1272


State about the different types of visual basic data?

557


How do you change the icon and otherwise manipulate the DOS box?

1105