Hi all, I want to select several rows from a database and execute one function for each row. {selected,Cols,Rows} = odbc(Con,Query), How to scan in a "loop" all returned rows ? could you suggest me answers ? John