logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ICLOEM - Called to get the length of the non-blank portion of an error message.

Access

       To use ICLOEM or c_icloem, load the NCAR Graphics libraries ncarg, ncarg_gks, and ncarg_c, preferably  in
       that order.

C-Binding Description

       The C-binding argument descriptions are the same as the FORTRAN argument descriptions.

C-Binding Synopsis

       #include <ncarg/ncargC.h>

       int c_icloem(char *messg)

Description

       The value of the expression "ICLOEM(MESSG)" is the actual length of the non-blank portion of the input
       character variable MESSG.  Thus, "MESSG(1:ICLOEM(MESSG))" is the non-blank part of MESSG.  (It is assumed
       that the non-blank part of MESSG is left-justified in the character string, with blank fill to the right,
       as is the case for all NCAR Graphics error messages in calls to SETER.)

       The argument of ICLOEM is as follows:

       MESSG       (an  input variable or constant of type CHARACTER) - Most likely an error message returned by
                   a reference to the function SEMESS.

Examples

       Use the ncargex command to see the following relevant examples: tseter, arex02.

Name

       ICLOEM - Called to get the length of the non-blank portion of an error message.

See Also

       Online: entsr, eprin, errof, error_handling, fdum, icfell, nerro, retsr, semess, seter, ncarg_cbind

Synopsis

       LNGTH = ICLOEM(MESSG)

See Also