Shop OBEX P1 Docs P2 Docs Learn Events
Just a test — Parallax Forums

Just a test

edited 2010-11-16 23:10 in General Discussion
Hello, :smilewinkgrin:
This is a test.


For detail information, please visit http://www.parallax.com
Jzhong@parallaxcn.com
|
|
|
V

Comments

  • Aristides AlvarezAristides Alvarez Posts: 486
    edited 2010-11-16 22:42
    Looks good John.

    Signature is OK.

    You can do a quick search in the forum to see if anybody has a question about a product you designed.
  • edited 2010-11-16 22:44
    I am coming to add water:turn:
  • edited 2010-11-16 22:46
    Looks good John.

    Signature is OK.

    You can do a quick search in the forum to see if anybody has a question about a product you designed.

    OK. This also a test.
  • Aristides AlvarezAristides Alvarez Posts: 486
    edited 2010-11-16 22:51
    John, good test on a quote. You need to also try to post code.

    I don’t recommend making font size changes. It’s good to know how to use font formatting features, but try to avoid using them unless needed. Just write as you do when you send an email. The only difference is that in the forum thousands of customers can see what you write.
  • edited 2010-11-16 22:57
    ' File: KeyPad.bs2
    '                                               +---+---+---+---+
    '                  P0 --X--X--X--X              | 1 | 2 | 3 | A |
    '                       |  |  |  |              +---+---+---+---+
    '                  P1 --X--X--X--X              | 4 | 5 | 6 | B |
    '                       |  |  |  |              +---+---+---+---+
    '                  P2 --X--X--X--X              | 7 | 8 | 9 | C |
    '                       |  |  |  |              +---+---+---+---+
    '                  P3 --X--X--X--X              | * | 0 | # | D |
    '                       |  |  |  |              +---+---+---+---+
    '                       P4 P5 P6 P7
    '
    '
    ' {$STAMP BS2}
    ' {$PBASIC 2.5}
    
    index    VAR   Nib
    Temp     VAR   Nib
    
    Temp = %0001
    
    DEBUG CLS
    
    
  • edited 2010-11-16 23:09
    I just come here and test to put a box like you send
    
    
    

    Oh, yes, it works!

    [HTML]
    what happen this?
    [/HTML]
  • edited 2010-11-16 23:10
    ' File: KeyPad.bs2
    '                                               +---+---+---+---+
    '                  P0 --X--X--X--X              | 1 | 2 | 3 | A |
    '                       |  |  |  |              +---+---+---+---+
    '                  P1 --X--X--X--X              | 4 | 5 | 6 | B |
    '                       |  |  |  |              +---+---+---+---+
    '                  P2 --X--X--X--X              | 7 | 8 | 9 | C |
    '                       |  |  |  |              +---+---+---+---+
    '                  P3 --X--X--X--X              | * | 0 | # | D |
    '                       |  |  |  |              +---+---+---+---+
    '                       P4 P5 P6 P7
    '
    '
    ' {$STAMP BS2}
    ' {$PBASIC 2.5}
    
    index    VAR   Nib
    Temp     VAR   Nib
    
    Temp = %0001
    
    DEBUG CLS
    
    


    still testing
Sign In or Register to comment.