User Profile

Collapse

Profile Sidebar

Collapse
johnmac
johnmac
Last Activity: Nov 21 '07, 05:46 PM
Joined: Nov 5 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • johnmac
    replied to Pig latin program
    thanks a lot for the help ;)
    it works great now.
    i knew what i did wrong , which was pretty dumb -_-'.
    See more | Go to post

    Leave a comment:


  • johnmac
    replied to Pig latin program
    what do you mean empty value in stranswer (confused)
    yup end if at the end i just forgot to put that in my post.

    thanks
    See more | Go to post

    Leave a comment:


  • johnmac
    started a topic Pig latin program

    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...
    See more | Go to post
    Last edited by Killer42; Nov 7 '07, 01:11 AM. Reason: Added CODE=vbnet tag

  • johnmac
    replied to Pig latin program
    in .NET
    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"...
    See more | Go to post

    Leave a comment:


  • johnmac
    replied to Pig latin program
    in .NET
    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...
    See more | Go to post

    Leave a comment:


  • johnmac
    started a topic Pig latin program
    in .NET

    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"...
    See more | Go to post
No activity results to display
Show More
Working...