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
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
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
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