Actually, it was the brail if statement. It uses a 'C' style comparison == instead of the VB =.
This line is always true if SectionNames[sectKey] = "Fish": This is what it should have been if SectionNames[sectKey] == "Fish": Working now, thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
