tremara1 Active Member Licensed User Longtime User Oct 15, 2008 #1 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
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 Oct 16, 2008 #2 There is no need to declare the type, it is defined according to the value you assign to it.