I think I am going nuts!
A very simple program .. balking on a very simple line.
Everything works correctly except for the control.
Can somebody put me out of my misery .. please
infile=: 'b' fread '/home/david/Desktop/Contacts_List.csv'
p=:1
n=:0 $0
while. (p < $ infile) do.
n=:n, >(2}.',' chop >p{infile),(<'_______________')
p=:p+1
end.
n
)
load '/home/david/j602-user/temp/addresses.ijs'
|spelling error
| while. (p < $ infile) do.
| ^
|[-5] /home/david/j602-user/temp/addresses.ijs
Thanks;
David
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm