Results 1 to 6 of 6

Thread: Pretty Printing

  1. #1
    Guest
    I religiously indent everything....drives my boss crazy the amount of time I spend prettying up everything.

    When I cut and paste to this message, tho, it all gets thrown out!

    How do I keep the indentation?


    DerFarm

  2. #2
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    Use the [code] tag.

    [code]
    Private Sub Form_Load()
    Call MsgBox("Hello, world!")
    End Sub
    [/code]

    The result is:
    Code:
    Private Sub Form_Load()
        Call MsgBox("Hello, world!")
    End Sub
    Click this smily for more information:

  3. #3
    Guest
    Thank you.


    DerFarm

  4. #4

  5. #5
    Guru Yonatan's Avatar
    Join Date
    Apr 1999
    Location
    Israel
    Posts
    892
    I stuck other code tags in the original ones, thus making them invalid tags.

    For example:
    [co[i][/i]de]
    ' My Code
    [/co[i][/i]de]


    Happy?

  6. #6

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