I have a project where data is received to array a, reformatted to array b, then reformatted to array c. The arrays are different sizes. The process is relevant as different parts of array b are reformatted to array c at different times. There is a possibility that array a may overflow ever so slightly; however if it overflows into array c, it will not be a problem. The question is: can I 'trick' the linker to place array c immeddiately following array a in memory. Thanx, Erik