> How do I lock a UInt16* and move it over the struct > and strings to get to the beginning of the UInt16 array?
if you are storing null-terminated char arrays, simply retrieve the length of the strings (StrLen) to calculate the offset of your UInt16 array. markus dresch (www.palmside.com) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
