Path: utzoo!utgpu!watserv1!watmath!att!att!linac!uwm.edu!cs.utexas.edu!sun-barr!lll-winken!unixhub!shelby!siegman@sierra From: siegman@sierra.STANFORD.EDU (siegman) Newsgroups: comp.sys.mac.apps Subject: QuickBASIC Questions Message-ID: <8@sierra.STANFORD.EDU> Date: 29 Nov 90 06:48:52 GMT Organization: Stanford University Lines: 14 1) Where is the data for the "Get Info" and "Set Info" menu commands stored? Can it be gotten at and edited directly, with ResEdit for example? 2) COLOR is a reserved word. What's the syntax for its use? 3) PICTURE ON/OFF followed by saving the Picture$ to a file, makes a nice PICT file that can be opened and edited in, for example, MacDraw (you can change the line weight for example). But it's all one object. Is there any way to make a single QBASIC-generated PICT file with separate objects in the same file (so that MacDraw will recognize them as separate objects)? --AES