vegeta_man111
Member
- Joined
- Sep 18, 2006
- Messages
- 8
- Programming Experience
- Beginner
Ok, I am wokring on a project for a class. I need to know a few things for this to get done.
1.) I need to take the alphabet (a-z obviously) and give each letter a value. How would I go about declaring each letter's vale seperate? I thought array, but I am not sure how arrays work in vb.net.
2.) Is there anyway to take text from a textbox and break it down (like if I put 'abcd' into a textbox, then clicked a button, it would take that 'abcd' and know whats in there like a, b, c, and d, instead of knowing a value of 'abcd' is in there?
3.) Is there anyway to take a number and divide it by 2, and if its not even, give the remainder?
1.) I need to take the alphabet (a-z obviously) and give each letter a value. How would I go about declaring each letter's vale seperate? I thought array, but I am not sure how arrays work in vb.net.
2.) Is there anyway to take text from a textbox and break it down (like if I put 'abcd' into a textbox, then clicked a button, it would take that 'abcd' and know whats in there like a, b, c, and d, instead of knowing a value of 'abcd' is in there?
3.) Is there anyway to take a number and divide it by 2, and if its not even, give the remainder?