On Sun, 27 Nov 2016, Matteo Pelagatti wrote:
Hi again,
now I cannot solve this simple problem. Is it possible to open data files
with "open" or create a text file with "outfile" using an already
defined
string with path and file name?
Something like
string pf = "c:/path/file.ext"
"open pf" would look for a file named pf.gdt; what you want is
<hansl>
string f = "AWM.gdt"
open @f
</hansl>
-------------------------------------------------------
Riccardo (Jack) Lucchetti
Dipartimento di Scienze Economiche e Sociali (DiSES)
Università Politecnica delle Marche
(formerly known as Università di Ancona)
r.lucchetti(a)univpm.it
http://www2.econ.univpm.it/servizi/hpp/lucchetti
-------------------------------------------------------