> I'm afraid I have to get this to work with 6.5++ DOS > RBase, so I'll just > write a > VB6 or VB.NET exe to do this.. Thanks
If it's a pure text file, and you know the largest line length you will encounter, you can easily LOAD the file into a single column table (where the column is defined as TEXT with the length taken from the largest line length, or NOTE) and then UPDATE with SRPL. Not difficult at all. -- Larry

