Shop OBEX P1 Docs P2 Docs Learn Events
Formating reply post - OT — Parallax Forums

Formating reply post - OT

vaclav_salvaclav_sal Posts: 451
edited 2011-04-20 08:24 in BASIC Stamp
How do you enter a code (type) and keep the formating ?
DO
     DEBUG "Test",CR          ' add left space as requred here 
     DEBUG "Hello",CR         '' add left space as requred here 

LOOP
Will show left justified.

Comments

  • LeonLeon Posts: 7,620
    edited 2011-04-19 06:39
    Use:

    [ code ]

    [ /code ]

    Remove the spaces.
  • ercoerco Posts: 20,256
    edited 2011-04-19 08:44
    '
    ' HEY, it works!
    '
    
  • vaclav_salvaclav_sal Posts: 451
    edited 2011-04-19 13:38
    Never mind.

    I used

    [code]
    DO
    space space space DEBUG...
    space space space DEBUG...
    LOOP
    [/.code']

    And it worked !
  • vaclav_salvaclav_sal Posts: 451
    edited 2011-04-19 13:47
    Leon,
    where did this
    [code] came from ?

    HTML???
    I am totaly ignorant about HTML /XML


    Vaclav AA7EJ
  • LeonLeon Posts: 7,620
    edited 2011-04-19 14:02
    It's handled by the forum software, probably PHP.
  • Mike GMike G Posts: 2,702
    edited 2011-04-20 08:24
    Click on the BB code in the Posting Permissions box at the bottom of the page to see the available BB tags.
Sign In or Register to comment.