Hi,
I would like to open a text file which is loaded in a program library with PROLIB (together with *.r files).
The idea is to show version notes in the application which are stored in the file "version.txt" (which is in the program library).
The library is in the search path, and the version file can be found via command:
version-file = search("version.txt").
This returns the following value:
V:\applic\pias\pias.pl<<version.txt>>
Question: how to open this file? "input from value(version-file)" does not work, it gives the following error:
** "V:\applic\pias\pias.pl<<version.txt>>" was not found. (293)
Thanks, theom
I would like to open a text file which is loaded in a program library with PROLIB (together with *.r files).
The idea is to show version notes in the application which are stored in the file "version.txt" (which is in the program library).
The library is in the search path, and the version file can be found via command:
version-file = search("version.txt").
This returns the following value:
V:\applic\pias\pias.pl<<version.txt>>
Question: how to open this file? "input from value(version-file)" does not work, it gives the following error:
** "V:\applic\pias\pias.pl<<version.txt>>" was not found. (293)
Thanks, theom