> #1 changes the address of fRecOne to point to the same memory > location as > fRecPTwo
...but the pointers are being dereferenced, and thus shouldn't be modified - as long as the memory areas don't overlap, I would expect to see two different pointers pointing to the same data in both cases, not two pointers containing the same memory address. - Tony ======================================= Tony Goggin, Technical Director Salamander Technologies http://www.salamandertechnologies.com [EMAIL PROTECTED] ======================================= -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
