Thanks for the reply,
I'm reading many values from the file. Most are integers which work
well with the Scan From File. However, there are a couple of strings
that I need to read in also. I hate to use the Read File as I would
need an instance for each file field. Is there any other way?
Al S wrote:
>
> If you just want to read one line at a time as a single string,
> instead of using Scan From File, look at Read File (on the File I/O
> function palette)or Read File+ (C:\Program Files\National
> Instruments\LabVIEW 6.1\vi.lib\Utility\FILE.LLB\Read File+
> (string).vi) with line mode True and count=0.