Am 16.10.2013 00:27, schrieb Allin Cottrell:
On Tue, 15 Oct 2013, Sven Schreiber wrote:
> trying to append .gdt data (via GUI on Windows snapshot Oct 11th), which
> fails silently. Both files are monthly time series, but with different
> ranges; I just want to append the data portion in the overlapping range
> part.
Can you give some more detail? The following works OK for me:
<hansl>
open monthly1.txt
store monthly1.gdt
open monthly2.txt
store monthly2.gdt
clear
open monthly1.gdt
append monthly2.gdt
print -o
</hansl>
I will try to be more specific -- in the meantime, maybe there's a
difference between scripting and menus?
-sven