Shop OBEX P1 Docs P2 Docs Learn Events
Trouble with quick reply altering SPIN CODE quoted in posting. — Parallax Forums

Trouble with quick reply altering SPIN CODE quoted in posting.

Phillip Y.Phillip Y. Posts: 62
edited 2006-06-09 04:05 in General Discussion
I was posting a quick reply and including some SPIN CODE, it was alterd after I hit SUBMIT.
Here is an example that is cut from the proppler tool and pasted here,

· blinkers[noparse][[/noparse]0].start(@cogStack1)
· blinkers[noparse][[/noparse]1].start(@cogStack2)
· blinkers[noparse][[/noparse]2].start(@cogStack3)

I will use Preview before posting to check this now.

It looks correct, now I will submit this and the follow up with a quick reply of the same thing to show the differences.

Comments

  • Phillip Y.Phillip Y. Posts: 62
    edited 2006-06-09 03:12
    Now the quick reply,

    blinkers[noparse][[/noparse]0].start(@cogStack1)
    blinkers.start(@cogStack2)
    blinkers.start(@cogStack3)
  • Phillip Y.Phillip Y. Posts: 62
    edited 2006-06-09 03:14
    They are different !
  • Jim EwaldJim Ewald Posts: 733
    edited 2006-06-09 03:28
    It appears that the quick reply isn't doing a very good job of filter out the metadata used to store emoticons in the message. It uses a syntax that is marked by square brackets. If it was working correctly, it should filter out text in sqare brackets only when it matches on of the emoticon metatags. It looks like it's just looking for sqare brackets (most of the time) and killing off the text.

    Thanks for spotting that error.

    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Jim

    Parallax IT Dept.
  • Phillip Y.Phillip Y. Posts: 62
    edited 2006-06-09 03:35
    Now·I used the #·to get·this blue box below·for my code.

      blinkers[noparse][[/noparse]0].start(@cogStack1)
      blinkers[noparse][[/noparse]1].start(@cogStack2)
      blinkers[noparse][[/noparse]2].start(@cogStack3)
    

    But this is only·through "post reply" , things were only being alterd in quick reply.

    I will just skip quick reply and use post reply instead.
    I like the blue boxes for clarity.

    Hey, I just did a Preview before posting, and the blue box example·is not displaying properly in the post preview area,
    or the first line "Now·I used the #·to get·this blue box below for my code."
  • Beau SchwabeBeau Schwabe Posts: 6,568
    edited 2006-06-09 04:05
    Try this link for posting SPIN code....

    www.phipi.com/format/

    Credit goes to Phil Pilgrim (PhiPi) here.


    ▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
    Beau Schwabe

    IC Layout Engineer
    Parallax, Inc.
Sign In or Register to comment.