Re: how to convert multlines into one line

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Wed Nov 02 2011 - 05:44:39 MDT

Currently, NCL does not allow multiple statements on one line.

On 11/1/11 10:19 PM, JiangZiqiang wrote:
> Hello
>
> In NCL script,
> a = 1
> b = 2
> c = 3
> d = 4
>
> but I hope that it will be written as
> a = 1, b =2, c=3, d=4
> However, it is not recognised by NCL, i.e. it is a error.
> why ?
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Wed Nov 2 05:44:45 2011

This archive was generated by hypermail 2.1.8 : Fri Nov 04 2011 - 08:43:41 MDT