Hi,I have list of list of characters with me.How shuld i parse it.I am able to print individual columns by array opertaor.But can i use iterator to iterate through each field validate it andthen print it?Raghu
charset=us-ascii
X-Mailer: iPhone Mail (8B117)
In-Reply-To:
Message-Id: <9E43A991-BAA5-40E0-942F-D884E01BD093@gmail.com>
Date: Fri, 29 Oct 2010 06:47:54 -0400
To: “personal-kdbplus@googlegroups.com”
Mime-Version: 1.0 (iPhone Mail 8B117)
You can directly access the column and check everything at once or you can u=
se ‘each’ to iterate over it. You probably want to directly access for a vec=
torized approach. What does your validate code look like?