No worries... sorted.... <cfloop condition="resultIterator.hasNext() eq true">
Now only thing to see is if there is a way to get the iterator length ;-) -----Original Message----- From: Robertson-Ravo, Neil (RX) [mailto:[EMAIL PROTECTED] Sent: 01 November 2006 13:04 To: CF-Talk Subject: Java ListIterator to CF Variable Hi All, I am currently interfacing with our new Search Engine via its Java API (obviously using ColdFusion ;-) and it has the following line in the API docs... Java.util.ListIterator iterator = result.documents(); // returns a list iterator for the document summaries in this query result. What is the process for looping through a Java iterator in CF? Thanks Neil ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:258671 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

