jpd00964@uxa.cso.uiuc.edu (08/27/89)
/* Written 11:41 am Aug 25, 1989 by reeck@lclark.UUCP in uxa.cso.uiuc.edu:comp.sys.mac.programmer */ /* ---------- "Copying formatted text from DA to W" ---------- */ > I need to know before I start on a project. Can I format text in >a da (Things like underlining), and then copy the text including the >formatting into a word processor (like word)? How do I go about it? You can do anything you want if you wish hard enough (and shell out enough bucks for the proprietary information). I believe the Word uses RTF (Rich Text Format) which is very easy to get information on. What you need to do, is find out the name of their clipboard and the format they use. Sometimes this is easy, sometimes its damn near impossible. I wish you luck. Michael Rutman