With your script I get: bc 1.06 Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. bccrash 14: parse error Runtime error (func=(main), adr=2): Function lg not defined. -143.47 Runtime error (func=(main), adr=2): Function pw not defined. Runtime error (func=(main), adr=5): Function (null) not defined.
I find this unsurprising: line 14 is missing a semicolon. With that corrected the error messages are still not correct, though. With the semicolon in place I get: bc 1.06 Copyright 1991-1994, 1997, 1998, 2000 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. Runtime error (func=(main), adr=2): Function lg not defined. -143.47 Runtime error (func=(main), adr=2): Function pw not defined. Runtime error (func=(main), adr=5): Function (null) not defined. -- John Hasler [EMAIL PROTECTED] Elmwood, WI USA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]