Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

I've updated the GitHub repository with these changes. If you previously used the ASCIIFileManager approach then you'll need to make two simple changes:

  • Remove the ASCIIFileManager call
  • Most importantly, remove the leading & from your DCL_System_IO_AsciiFile declaration to change it from a reference to an instance.

I wish I'd made this change sooner - the refactoring wasn't all that difficult, the class is much, much easier to use, and I've added a new pool tool to the kit in the event I need similar functionality somewhere else. 

...