0 LIKES LikeUnLike
I have a Text Box called Text1 and a Command Button named Command1. I also have an Array. This is what I declared as my array:Dim Groups(1 to 102) as StringThe maximum length for Text1 is 306 characters. When the user enters a string into Text1 and presses Command1, I want the computer to make the string 306 characters long by adding a 0 to the front of it until it is 306 characters long. I then want the computer to divide the string the user typed in into groups of three and then store each group into the array. Here is an example:If you type in Hello and pressed Command1Groups(1) would = "000"Groups(2) would = "000"..................................Groups(100) would = "000"Groups(101) would = "0He"Groups(102) would = "llo"Please help me because I am in desperate need of help. If you have a question please ask because I NEED HELP! PLEASE! I will give best answer to whoever gives me an answer that eventually leads to my success.
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 1 answers.