foreachi

foreachi(TABLE: tabella, FUNC: funzione | tabella)

Executes FUNC over numerical indices of TABLE. FUNC is called repeatedlywith the index and respective value as arguments, in sequential order, from 1 to getn(table). Loop exits if FUNC returns any non-nil value, and this value is returned as the flnal value.

Created with the Personal Edition of HelpNDoc: Create HTML Help, DOC, PDF and print manuals from 1 single source