On Mon, Mar 03, 2003 at 04:45:41PM +1100, Ron Savage wrote: > I'm calling valdata.Get() in a loop to encrypt a set of strings. > > How can I tell I've reached EOF?
You're not really giving us enough information to help you out. What is valdata? If it's a FileStore, maybe you need to use the AnyRetrievable() function? If you need more help, please post a minimal program with a main() function, that reproduces the problem, and a more detail description of what you're trying to do.
