Path: utzoo!mnetor!uunet!lll-winken!lll-lcc!well!mz From: mz@well.UUCP (Michael Zentner) Newsgroups: comp.sys.mac Subject: Re: Is there a way to get line numbers in MPW? Message-ID: <5438@well.UUCP> Date: 14 Mar 88 23:31:07 GMT References: <2060@phoenix.Princeton.EDU> Lines: 6 Summary: MPW C errors and line numbers are shown MPW C puts the line number and error message in the worksheet window, in the form of something like: "File line xxx # ". By selecting the whole line (3 clicks) and hitting to execute it, MPW will open the to line xxx. Since the # is MPW comment, everything after that is ignored when the command is executed. The default alias for File is Target, by the way.