Re: problem to convert integer to character

From: Fred Clare (fred AT ucar.edu)
Date: Fri Jan 21 2005 - 21:26:22 MST

  • Next message: Li Tao: "Re: ncl-talk Digest, Vol 14, Issue 13"

    I was thinking that, since integers are in fact
    coerced to strings, an easy way to do what you
    had originally requested is

    ncl 0> print ("String " + 123)
    (0) String 123
    ncl 1> a = 456
    ncl 2> print ("String " + a)
    (0) String 456

    Fred
    _______________________________________________
    ncl-talk mailing list
    ncl-talk@ucar.edu
    http://mailman.ucar.edu/mailman/listinfo/ncl-talk



    This archive was generated by hypermail 2b29 : Sat Jan 22 2005 - 21:53:04 MST