Re: How do I get IDL to place a string array into a netdcf file attribute? [message #84408] |
Mon, 03 June 2013 12:08  |
Michael Galloy
Messages: 1114 Registered: April 2006
|
Senior Member |
|
|
On 6/1/13 7:19 AM, Fabien wrote:
> An array of strings is not really an attribute anymore. You should
> define a new variable (as a string array) for this. Why do you want to
> keep it as an attribute?
>
> Cheers,
>
> fab
Another option is to make a scalar string from your string array by
concatenating with STRJOIN (using the appropriate CR/LF delimiters).
Mike
--
Michael Galloy
www.michaelgalloy.com
Modern IDL: A Guide to IDL Programming (http://modernidl.idldev.com)
Research Mathematician
Tech-X Corporation
|
|
|
|
|
|
|