01-17-2013 02:17 PM
@Mark_Yedinak wrote:
@crossrulz wrote:
@Mark_Yedinak wrote:
@Dennis_Knutson wrote:
No, the front panel says he wants 022F.
I could swear that I saw 0x22. If not I stand corrected and I should go get my eyes checked.
Then stand corrected.
Anyone know a good eye doctor?
I have an appointment on the 28th. My arms have grown too short to read well...
If he is good, I'll send you his contact info...
01-17-2013 02:58 PM - edited 01-17-2013 02:58 PM
@dg_lbe wrote:
Want to combine 2 bytes into one. Having a brain fart.
Please help..........................
The first problems is that your number are I32 arrays with one element. If you have bytes, as you say you do, make them U8 (right-click..representation..U8). Now use the join number primitive to create a U16 value with the desired result.