From: vmax!@yabbs To: skippy@yabbs Subject: ] Date: Tue Feb 23 13:42:38 1993 argv[3] is a string, so conmvert it to an int with atoi. something like this: int a; a=atoi(argv[3]) ; foo(&a) ; or mebbe not. i can't really remember./ÿ