characters/strings

From: Michael Notaro <mnotaro_at_nyahnyahspammersnyahnyah>
Date: Tue, 25 Apr 2006 15:29:25 -0500

If I want to write these city names to an nc file
and call it site(0:2), is this is best way?
Unfortunately, it saves the names as
2d, site(city #, letter #).

Mike

begin
city=(/"Madison","Albany","New Orleans"/)
site=stringtochar(city)
out=addfile("city.nc","c")
out->site=site
end

_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Apr 25 2006 - 14:29:25 MDT

This archive was generated by hypermail 2.2.0 : Wed Apr 26 2006 - 17:00:34 MDT