Search results for query: *

  1. V

    arrays and string

    ok, I understand it now. sorry if i sounded like I was yelling, I didnt mean to come across like that. Thank you for your help, and I will let you know if I need any more help.
  2. V

    arrays and string

    ok, i got that part. I am not sure if you are understanding on what I tried saying, but what I am doing is: 1. Inputting text into a textbox 2. Pressing a button to take that textbox and put it to a string 3. Taking the string and checking for what chars are there and then assigning eacvh...
  3. V

    arrays and string

    yeah, we started to cover it. we got everything covered, but I got lost when it came to how the loop would work for the text. Is there anyway you could clean that area up for me so I know how to do it then? thanks in advance!
  4. V

    arrays and string

    ok, so far everything that people have given me (code and help wise) has helped. Now, I am stuck on the biggest problem. When text is inputted into the textbox like I said, then it would be transferred into values and put into strings, I dont know how many letters are gonna be used so I cant...
  5. V

    arrays and string

    i think it was vbcodeproject.com but i am not 100% positive.
  6. V

    arrays and string

    I just found out that for vb.net the code for reverse of a string is: Reverse(<string>) someone please tell me if this is correct for vb.net 2003
  7. V

    arrays and string

    wow, thanks a bunch everyone for your help. Now I have another question for you guys. So now i got my remainder. I have taken multiple numbers (atleast 2+) and gotten the remainders. Now, I would like to take those remainders(even if it is 0) and put them into a string in reverse order. How...
  8. V

    arrays and string

    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...
Back
Top