Can you use FileReadAll and then work with the file in the memory using Pos, Left, Mid, GetToken and other string handling statements? PS. regular FileRead opens file in exclusive mode to prevent possible file changes while it is in use. : Should it be possible for more than one job to run at the same time reading : from the same file, even when the file has been opened in 'read' mode? : I seem to get a file violation error. : Thanks, : Lionel
|