You've got a smart quote in there... email post typo or is it in your code?
Could the line ending have change to something else like \n ? > On Mar 25, 2020, at 9:31 PM, JOHN BAUGHMAN via 4D_Tech <[email protected]> > wrote: > > I have a tab delimited text file and I want to get the first row with… > > C_TEXT($TextValue) > $DocRef:=Open document($IndexPath) > RECEIVE PACKET($DocRef;$TextValue;”\r") > CLOSE DOCUMENT($DocRef) > > This was working fine until about an hour ago when it suddenly started > bringing in the whole document which has many rows. Using “\t” works fine > just bringing the first field in the first row. > Any ideas? > > Mac OS High Sierra > 4D v14 in Unicode mode ********************************************************************** 4D Internet Users Group (4D iNUG) Archive: http://lists.4d.com/archives.html Options: https://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

