I woulkd like to put some standard text in all programs. This text needs to be after all other code in memory. I know that I can manually locate the string of text at a particular location. However, I don't want to do this because every time I make changes to the program I will have to manually relocate this string. Is there a way that I can specify that this string of text must be located after all other code? Regards Nick