byte array initialization with Hex values
807599Feb 9 2007 — edited Feb 9 2007In have a problem with this:
byte[] cmd = {0x00, 0xFF, 0x04, 0x04};
The compiler complaints om 0xFF saying:
Type mismath: cannot convert from int to byte
what do I do wrong?
/Helena