<br />Hi All,<br /><br />Can you use a variable when defining fields in an import?  <br /><br />I have a comma delimited file with multiple records on each line. The record consist of 4 fields followed by another 4 fields and again. The lines do not contain the same number of records each line is different.. <br /><br />Can I do something like this?   It does not seem to work!<br /><br /><font face="courier new,courier">::fc(2,.0)="1"            'Field Count:<br />loop::IMPORT ASCII ref=/tmp/stuff  R=\n F=,:<br />:not ref:end:<br />::nn(10,*)=ref(fc);fc=fc+"1":<br />::fs(35,*)=ref(fc);fc=fc+"1":<br />::si(10,*)=ref(fc);fc=fc+"1":<br />::us(10,*)=ref(fc);fc=fc+"1":<br />::av(10,*)=ref(fc);fc=fc+"1":<br />::ca(10,*)=ref(fc);fc=fc+"1":<br />::mo(35,*)=ref(fc);fc=fc+"1":<br />newrec::lookup new = Server_Details r=free  -n:<br />:not new:end:<br />::new(1)=nn                'Node:<br />::new(3)=fs                'Filesystem:<br />::new(4)=si                'Size:<br />::new(5)=us                'Used:<br />::new(6)=av                'Avail:<br />::new(7)=ca                '% Cap:<br />::new(8)=mo                'Mounted On:<br />:ref(fc)="":fc="1";goto loop:<br />::goto newrec:<br /></font><br /><br />Thanks for any help!!<br /><br />Wm. Brandt Eppler, Jr.<br />Cell - 443.677.3539<br />Fax - 443.296.9127