Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cwjcc!tut.cis.ohio-state.edu!rls!randy From: randy@rls.UUCP (Randall L. Smith) Newsgroups: comp.databases Subject: Re: Dbase Question Summary: | dreams and other miscellania Message-ID: <339@rls.UUCP> Date: 12 Jun 89 23:52:11 GMT References: <714@lakesys.UUCP> Distribution: usa Organization: A maze of twisty passages all alike in Columbus, Ohio. Lines: 27 In article <714@lakesys.UUCP>, marc@lakesys.UUCP (Marc Rassbach) writes: > > APPEND FROM filename TYPE SDF > > Is this a | dream? > Is there anyway to get variables into this expression? No pipe dream. Use; APPEND FROM filename FIELDS field1, field2, .... fieldn DELIMITED TYPE SDF -- or additionally -- ......... DELIMITED WITH delimiter ... In the first case the double quote is the defaulted delimiter and the second case it is specified. For the first case the fields should look like; "field one stuff","field two stuff", .... ,"field en stuff" The second case is left as an exersize.:-) Thats all. - randy Usenet: randy@rls.uucp Bangpath: ...!osu-cis!rls!randy Internet: rls!randy@tut.cis.ohio-state.edu