ICLOEM - Called to get the length of the non-blank portion of an error message.
Contents
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)
Copyright
Copyright (C) 1987-2009
University Corporation for Atmospheric Research
The use of this Software is governed by a License Agreement.
UNIX March 1994 ICLOEM(3NCARG)
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)
