program variables

tremara1

Active Member
Licensed User
Longtime User
Hi to everyone this is my first post. I have some experience in VB & VB.net but I am having a small problem with declaring variables ie:as integer,string. Can someone please point me to a reference as to how I do this..Thanks
 

derez

Expert
Licensed User
Longtime User
There is no need to declare the type, it is defined according to the value you assign to it.
 
Top