Click to See Complete Forum and Search --> : Can someone help me with a simple VB problem im having.
FracturedReality
09-25-2003, 06:48 PM
Im using VB.net for my class at school. I've never done any programming before so this is a really simple question i know. But could someone explain and maybe give me examples on how to do variables and constants. Only thing i can keep in my head is Dim lol. Please help! Links or something would be nice too. Thanks!
FracturedReality
09-25-2003, 08:24 PM
I need to be more specific. Im having to use the variables for integers and decimals.
devalt
09-26-2003, 11:58 AM
If you are trying to declare a variable for these it would be:
Dim i as Integer
Dim d as Decimal
JGC84
09-29-2003, 09:28 AM
found a nice table of all the data types:
http://www.ondotnet.com/pub/a/dotnet/2001/07/30/vb7.html