Delete multiple variables in one line

From: Emilie Vanvyve <evanvyve_at_nyahnyahspammersnyahnyah>
Date: Tue Aug 31 2010 - 14:22:01 MDT

Hello,

Is there any function that can delete several variables in one go (or line)? The "delete" function only takes one argument. Ideally, I'd like to write something along the line of

        delete(tmp1,tmp2,tmp3,var1,var2,var3)

instead of

        delete(tmp1)
        delete(tmp2)
        delete(tmp3)
        delete(var1)
        delete(var2)
        delete(var3)

I didn't find any in the on-line documentation.

Emilie

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Tue Aug 31 14:22:07 2010

This archive was generated by hypermail 2.1.8 : Thu Sep 09 2010 - 05:56:39 MDT