converting integer to string without warning

From: Heiko Klein (heiko.klein AT XXXXXX)
Date: Fri Aug 15 2003 - 06:10:38 MDT


Hi,

I want to have some integer values as string (for printing ...). The
automatic coercion works, but throws allways a warning like:

warning:Argument 0 of the current function or procedure was coerced to
the appropriate type and thus will not change if the function or
procedure modifies its value

(for example on:
    i = 1
    txt = new ( (/ 1 /), string)
    txt = i
)

Is there a cast-function or operator, which should be used instead of
automatic coercion. Or does there exists another possibilitiy to disable
the warnings for production code.

Regards,

Heiko

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



This archive was generated by hypermail 2b29 : Fri Aug 15 2003 - 07:55:31 MDT