I want to modify a string resource, but have trouble finding the correct size.

I know that it is about 3800 bytes long, but get over 290K as strsize from the following code!

Any suggestions welcome.

I am using pilrc to compile the resources, SKD 5, and gcc.

// myString is a resource about 3800 bytes long
h = DmGet1Resource('tSTR', myString);
strsize = MemHandleSize(h);
        

--
For information on using the ACCESS Developer Forums, or to unsubscribe, please 
see http://www.access-company.com/developers/forums/

Reply via email to