On 6/11/07, mrc-dm <[EMAIL PROTECTED]> wrote:
How can I use type of data byte to create an application on language C using PalmOS Developer Suite. It does not recognize and it gives it error.
Use "char" instead. That's a one-byte large data type. You may need "unsigned char" if you want the range 0-255. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
