thanks a lot for the help ;)
it works great now.
i knew what i did wrong , which was pretty dumb -_-'.
User Profile
Collapse
-
what do you mean empty value in stranswer (confused)
yup end if at the end i just forgot to put that in my post.
thanksLeave a comment:
-
Pig latin program
I'm trying to make an english to pig latin program
and it doesn't seem to show my output in my answer.text box
[CODE=vbnet]Dim strInput, str1stCharacter , strOutput, stranswer As String, intStringLength As Integer
strInput = txtinput.Text
str1stCharacter = Microsoft.Visua lBasic.Left(str Input, 1)
If str1stCharacter = "A" Or str1stCharacter = "E" Or str1stCharacter = "I" Or str1stCharacter... -
Dim strInput, str1stCharacter , strOutput, stranswer As String, intStringLength As Integer
strInput = txtinput.Text
str1stCharacter = Microsoft.Visua lBasic.Left(str Input, 1)
If str1stCharacter = "A" Or str1stCharacter = "E" Or str1stCharacter = "I" Or str1stCharacter = "O" Or str1stCharacter = "U" Then
strOutput = strInput & "WAY"...Leave a comment:
-
sorry , I'm a beginner at visual basics.
so far i have this.
Dim strInput, str1stCharacter , strOutput, stranswer As String, intStringLength As Integer
strInput = txtenglish.Text
str1stCharacter = Microsoft.Visua lBasic.Left(str Input, 1)
If str1stCharacter = "A" Or str1stCharacter = "E" Or str1stCharacter = "I" Or str1stCharacter = "O" Or str1stCharacter...Leave a comment:
-
Pig latin program
i got my pig latin program which looks like this
Dim strInput, str1stCharacter , strOutput, stranswer As String, intStringLength As Integer
strInput = txtenglish.Text
str1stCharacter = Microsoft.Visua lBasic.Left(str Input, 1)
If str1stCharacter = "A" Or str1stCharacter = "E" Or str1stCharacter = "I" Or str1stCharacter = "O" Or str1stCharacter = "U"...
No activity results to display
Show More
Leave a comment: