Post Reply 
Long last wanted: XEQ_Auto-Complete finally done
07-25-2017, 06:31 PM
Post: #49
RE: Long last wanted: XEQ_Auto-Complete finally done
Hello Monte,

ok, I think I got it, please verify the following table to see if my understanding is correct.
Code:
+------------------+------------------+------------------+------------------+------------------+------------------+
|       "-"        |        "+"       |        "$"       |        "%"       |       "*"        |        "/"       |
+------------------+------------------+------------------+------------------+------------------+------------------+
| P1/B1 gets 0x840 | P1/B1 gets 0x840 | P1/B1 gets 0x840 | P1/B1 gets 0x840 | P1/B1 gets 0x840 | P1/B1 gets 0x840 |
| P1/B2 gets 0x840 | P1/B2 gets 0x840 | P1/B2 gets 0x840 | P1/B2 gets 0x840 | P1/B2 gets 0x841 | P1/B2 gets 0x841 |
| P1/B3 gets 0x840 | P1/B3 gets 0x840 | P1/B3 gets 0x840 | P1/B3 gets 0x840 | P1/B3 gets 0x842 | P1/B3 gets 0x842 |
| P1/B4 gets 0x840 | P1/B4 gets 0x840 | P1/B4 gets 0x840 | P1/B4 gets 0x840 | P1/B4 gets 0x843 | P1/B4 gets 0x843 |
+------------------+------------------+------------------+------------------+------------------+------------------+
Code:
+------------------+------------------+------------------+------------------+------------------+------------------+
|                  | P2/B1 gets 0x841 | P2/B1 gets 0x841 | P2/B1 gets 0x841 |                  | P2/B1 gets 0x844 |
|                  | P2/B2 gets 0x841 | P2/B2 gets 0x841 | P2/B2 gets 0x841 |                  | P2/B2 gets 0x845 |
|                  | P2/B3 gets 0x841 | P2/B3 gets 0x841 | P2/B3 gets 0x841 |                  | P2/B3 gets 0x846 |
|                  | P2/B4 gets 0x841 | P2/B4 gets 0x841 | P2/B4 gets 0x841 |                  | P2/B4 gets 0x847 |
+------------------+------------------+------------------+------------------+------------------+------------------+
Code:
+------------------+------------------+------------------+------------------+------------------+------------------+
|                  |                  | P3/B1 gets 0x842 | P3/B1 gets 0x842 |                  |                  |
|                  |                  | P3/B2 gets 0x842 | P3/B2 gets 0x842 |                  |                  |
|                  |                  | P3/B3 gets 0x842 | P3/B3 gets 0x842 |                  |                  |
|                  |                  | P3/B4 gets 0x842 | P3/B4 gets 0x842 |                  |                  |
+------------------+------------------+------------------+------------------+------------------+------------------+
Code:
+------------------+------------------+------------------+------------------+------------------+------------------+
|                  |                  |                  | P4/B1 gets 0x843 |                  |                  |
|                  |                  |                  | P4/B2 gets 0x843 |                  |                  |
|                  |                  |                  | P4/B3 gets 0x843 |                  |                  |
|                  |                  |                  | P4/B4 gets 0x843 |                  |                  |
+------------------+------------------+------------------+------------------+------------------+------------------+

Sylvain
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Long last wanted: XEQ_Auto-Complete finally done - Sylvain Cote - 07-25-2017 06:31 PM



User(s) browsing this thread: 1 Guest(s)