What's this char *rec; in Pascal? Am I right to assume that it's var rec: ^char? And what's the translation of the following function header: char *assocmem(int memttr) {...} Robert