ResetList()
Syntax
ResetList(linkedlist())
Description
Reset the list current element before the first element. This means than no element is actually valid. This is very useful to process all the elements with using NextElement().
Example:ResetList(Friends()) While NextElement(Friends()) ... Wend
Supported OS
Windows, AmigaOS, Linux