It would be nice if there was an accessor function that would give you the length of an application block's data. As it stands, there's no way for an application to ensure that it doesn't read past the end of the data buffer, causing it to either segfault or get bad data. Josh