hello

too much use of CString and now I don't know how to use unsigned char anymore....

just some question/confirmation

unsigned char data[128];

1. how to put data? memcpy?
ex. memcpy(data, "the quick brown fox", 128 ) ---> ??

2. how to know the actual data length of the data variable??