K I don't know about this: On Oct 27, 2004, at 14:20, K wrote: > Can the conditions be or'ed? Like so... > > read from file sPath at sPos until return in kTimeout milliseconds or > numToChar(3) > > K You can of course just read a character at a time, accumulating into a buffer variable until the result is "eof"... --g