itfree

itfree(...)


Libera l'iteratore passato come primo argomento. Vale per qualsiasi QsObjIterator. ATTENZIONE: NON usare itfree sui DirIterator (causa un crash fatale): per i DirIterator usare it:close().

Esempio 1. Esempio itfree

-- ATTENZIONE: itfree su DirIterator causa CRASH fatale di AutoCAD.
-- itfree e' valido solo per QsObjIterator. Per DirIterator usare it:close().
print("\nitfree: NON testato su DirIterator; usare it:close() per i DirIterator")

Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites