Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!umd5!brl-adm!adm!SERGEANT%ITHACA.BITNET@wiscvm.wisc.EDU From: SERGEANT%ITHACA.BITNET@wiscvm.wisc.EDU Newsgroups: comp.lang.c Subject: to Rich W. Message-ID: <10443@brl-adm.ARPA> Date: Thu, 19-Nov-87 11:49:29 EST Article-I.D.: brl-adm.10443 Posted: Thu Nov 19 11:49:29 1987 Date-Received: Sat, 21-Nov-87 14:51:28 EST Sender: news@brl-adm.ARPA Lines: 6 || char *str[12]; {=array of strings??????} I don't know if that will do it-- looks like it says "pointer to the twelth element of str...". In other words, you would only advance the current pointer position to the twelth cell, which is not the same as pointing to the next array of size twelve.