mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
netcdf tst_string_data {
|
|
dimensions:
|
|
line = 5 ;
|
|
variables:
|
|
string description(line) ;
|
|
string description:_FillValue = "" ;
|
|
data:
|
|
|
|
description = "first string", "second string", "third string", _,
|
|
"last \n\"string\"" ;
|
|
}
|