Generally speaking, a MemMove does not actually *move* the data, but copies it to the destination, leaving the original data (the source) intact. You should also check the result code it returns to you, in case there was some problem moving the data.
Hope that helps.... -Tom > Hi all , > I have a general question regarding MemMove : We have a buffer of 2400 bytes > ( byte array ) , & we are doing MemMove for only 750 bytes from the start of > that buffer to another local buffer which is a structure . if we move that > memory , then what will happen to the first buffer of 2400 bytes ? will it > still be owning 2400 bytes sequentially ? will its address remain same as > before ? > Thanks , > Dhanashri . > > -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
