Joined: 25 Jan 2006 Posts: 8579 Location: 127.0.0.1
Posted: Mon Jul 03, 2017 1:16 pm Post subject:
The module linked lists are connected in an "endless loop" list. Meaning that the last entry reconnects back to the first. So when you loop through it, you need to compare if the next FLink is going to be the first module in the list and stop looping at that point, otherwise you are going to loop forever. _________________
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum