LinkedMemberList object manages a list of LinkedMembers objects.
All methods are fine.
They use an objet where pLinkFwrd has an offset +10 and pLinkBack an offset +14  (after Primer variables)

All methods but LinkedMemberList.Append and LinkedMemberList.InsertAfter.
These last use LDLL macros (from &MacPath&LDLL.inc) which used a structure (LDLL_MEMBER) in which pLinkFwrd has an offset +0 and pLinkBack an offset +4

Posted on 2011-08-29 12:27:29 by a1sbofo
Hi a1sbofo
I think you are right. The macros in these 2 methods don't perfom the same actions as the code commented out immediately below them. Please restore the original code without the macros until I fix the code definitively. Thanks for reporting this issue.  ;)

Biterider
Posted on 2011-08-29 13:13:19 by Biterider