[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Concatenate elements of string array



In article <7othpe$cin$1@nnrp1.deja.com>,
  kluegel@lanl.gov wrote:
> result = STRING( string_array, FORMAT='(16(16384(16384A)))' )

One gotcha still appears to be nul characters, which gives weird
behavior.  This is likely because IDL is implemented in C/C++ which uses
nul terminated strings.  So we still have to impose the rule that no
nul characters are allowed in any strings in the string array.

-- Tom Kluegel


Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.