I checked faq and eather didnt see it for wasnt there.

I have a character array like this


char array = {0x20,0x30);

I want to combine them in a unsigned short is it will be 8240 (0x20,0x30);

I made a struct and did a memory copy but the number was wrong.

How do i do this?