LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

file release

Hi!

[lv5.01 / win98]

I am looking at data from a spreadsheet file by "open file" and
then "read from spreadsheet". After closing the vi I would like to
manipulate the spreadsheet file by using an external ascii editor.
Only, as long as labview is running I can't open my file in "write"
mode. Any ideas?

("read from spreadsheet" is supposed to close the file it reads
afterwards, isn't it?)

Cheers,
Christoph
0 Kudos
Message 1 of 2
(2,329 Views)
"Read From Spreadsheet" does open(read-only), read and close the file. You
do not have to open the file before using it.
It is probably the first "open file" that does not release the file.

Jean-Pierre Drolet
Scientech R&D inc.


Christoph Klein a écrit dans le message :
38F6B488.E584188E@mayn.de...
> Hi!
>
> [lv5.01 / win98]
>
> I am looking at data from a spreadsheet file by "open file" and
> then "read from spreadsheet". After closing the vi I would like to
> manipulate the spreadsheet file by using an external ascii editor.
> Only, as long as labview is running I can't open my file in "write"
> mode. Any ideas?
>
> ("read from spreadsheet" is supposed to close the file it reads
> afterwards, isn't it?)
>
> Cheers,
> Christoph
0 Kudos
Message 2 of 2
(2,329 Views)