05-22-2008 06:37 AM
05-22-2008 07:23 AM
Can you provide more information?
What does this 2D array consist of (numerics, strings,etc)? Although I suspect it is strings.
What is the default header and what do you want it to change to before saving it to file?
If it is a 2D array, you may also want to use the Write Spreadsheet to File function. You can wire the 2D arraay directly. You'll also need the path. 😉
RayR
05-22-2008 07:43 AM
Hi RayR,
It is a numeric array and it is saved in a LVM file type with the option "one header per segment".
Once saved and opened, you can see different lines in the header which I suppose they are default lines because I've never wrought them.
And I want to change them.
05-22-2008 07:47 AM
Is the header also numeric? I guess so if it is part of a numeric array 😄
The header that you want to change to, will it also be numeric?
RayR
05-22-2008 07:50 AM
05-22-2008 08:39 AM
Hi DFGray,
I've found in the spec page a solution to my problem.
But I did not find how to change directly the header of .lvm file before save.
Thank you.
05-22-2008 09:05 AM
05-22-2008 09:16 AM