Results 1 to 3 of 3

Thread: underscore

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Location
    singapore
    Posts
    1

    underscore

    What does the underscore "_" at the back of the command mean?
    e.g. Print Smiles.Count & _
    " blah blah blah."

    pardon me,
    newbie

  2. #2
    Jimbothegreat
    Guest
    It means that the command is being carried onto the next line ie

    VB Code:
    1. if x > y _
    2. then_
    3. goto_
    4. hello

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    Used for long code lines, for easier reading in your IDE.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width