[[https://www.revelation.com/|Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community]] ==== DOS Files and MV's (OpenInsight Specific) ==== === At 19 OCT 1999 07:11:14AM Marty Rosenbloom wrote: === {{tag>"OpenInsight Specific"}} Using OIv2.6, I am collecting data from an edittable (name and ID number)and want to place them in a DOS file (ID_Card.Txt). I can write them to the file but it is straight across and I need them columnar. I first OSWrite "NAME ID" to the file and then want to add my list of names and ID's. How do I convert the long list into columns and then write to the file? Thanks, Marty ---- === At 19 OCT 1999 09:43AM Don Bakke wrote: === Marty, Since multi-valued data is separated by @VM's you would just need to convert these to something else that suits your needs like the Tab character. Here's an example of a one-liner that might work: Convert @VM to Char(9) in NameList dbakke@srpcs.com [url=http://www.srpcs.com]SRP Computer Solutions[/url] [img]http://www.srpcs.com/srpicon1.gif[/img] ---- === At 19 OCT 1999 01:14PM Matt Sorrell wrote: === Also, as you go through each row in the table writing it out don't forget to append a CRLF to the end of each row. Otherwise, all of your data will still be on one line in the DOS file. Matt Sorrell msorrel@greyhound.com [[https://www.revelation.com/revweb/oecgi4p.php/O4W_HANDOFF?DESTN=O4W_RUN_FORM&INQID=NONWORKS_READ&SUMMARY=1&KEY=F6F3BF0BDDECB5298525680F003D740E|View this thread on the forum...]]