Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!helios!bcm!dimacs.rutgers.edu!seismo!uunet!van-bc!ubc-cs!newsserver.sfu.ca!ucs.sfu.ca!Mike_Dustan From: Mike_Dustan@ucs.sfu.ca (Mike Dustan) Newsgroups: comp.sys.mac.hypercard Subject: Needed: XCMD that writes text files Message-ID: <1991Feb28.230217.29739@newsserver.sfu.ca> Date: 28 Feb 91 23:02:17 GMT Sender: news@newsserver.sfu.ca (News System Owner) Organization: Simon Fraser University Lines: 18 OK, OK, I know that with HyperCard I can write text files with the WRITE command. I have a problem with output of long lines to a text file in FoxBASE+/Mac, because of what I consider a bug in that package. (In case you're wondering what a FoxBASE posting is doing in comp.sys.mac.hypercard, FoxBASE can use many HyperCard-compatible XCMDs and XFCNs. Since 98% of XCMD and XFCN writers create them for HyperCard, this seems like a more useful place to post my request.) The problem in a nutshell is that FoxBASE limits output lines written to a text file to 255 characters between carriage returns, even though it can produce lines of much greater length on the screen simply by outputting them without carriage returns. (If any FB types want the details, e-mail me). I figure the easiest way to get my text files written is via an XCMD that will write a text string to a file without worrying about what's in it. Any code, source or pointers would be helpful. Fox has no plans to fix this problem until FoxPro is released later this year.