[thelist] Looping Psuedocode

Tab Alleman Tab.Alleman at MetroGuide.com
Thu Aug 28 12:33:02 CDT 2003


Scott James wrote:

> PreviousElement = InvalidElement;
> For A in OriginalList
>   If A != InvalidElement   

You meant "If A != PreviousElement".

>     Store/Print A;
>   PreviousElement = A;
> End For



More information about the thelist mailing list