1MPILNB(3NCARG)                   NCAR GRAPHICS                  MPILNB(3NCARG)
2
3
4

NAME

6       MPILNB - A simple utility function that finds the index of the last
7       non-blank character in a character string.
8

SYNOPSIS

10       ILNB=MPILNB(CHRS)
11

C-BINDING SYNOPSIS

13       #include <ncarg/ncargC.h>
14
15       int c_mpilnb (char *chrs)
16

DESCRIPTION

18       CHRS        is an input expression of type CHARACTER.
19

C-BINDING DESCRIPTION

21       The C-binding argument description is the same as the FORTRAN argument
22       description.
23

USAGE

25       The statement "ILNB=MPILNB(CHRS)" sets the value of ILNB to the index
26       (between 1 and LEN(CHRS)) of the last non-blank character in the
27       character string CHRS.
28

EXAMPLES

30       None.
31

ACCESS

33       To use MPILNB or c_mpilnb, load the NCAR Graphics libraries ncarg,
34       ncarg_gks, and ncarg_c, preferably in that order.
35

SEE ALSO

37       Online: ezmap, ezmap_params, mapaci, mapbla, mapblm, mapdrw, mapeod,
38       mapfst, mapgci, mapgrd, mapgrm, mapgtc, mapgti, mapgtl, mapgtr, mapint,
39       mapiq, mapiqa, mapiqd, mapiqm, mapit, mapita, mapitd, mapitm, maplbl,
40       maplmb, maplot, mappos, maproj, maprs, maprst, mapsav, mapset, mapstc,
41       mapsti, mapstl, mapstr, maptra, maptri, maptrn, mapusr, mapvec, mpchln,
42       mpfnme, mpgetc, mpgeti, mpgetl, mpgetr, mpglty, mpiaty, mpifnb, mpiola,
43       mpiosa, mpipai, mpipan, mpipar, mpisci, mplnam, mplndm, mplndr, mplnri,
44       mpname, mprset, mpsetc, mpseti, mpsetl, mpsetr, supmap, supcon,
45       ncarg_cbind
46
48       Copyright (C) 1987-2007
49       University Corporation for Atmospheric Research
50
51       This documentation is free software; you can redistribute it and/or
52       modify it under the terms of the GNU General Public License as
53       published by the Free Software Foundation; either version 2 of the
54       License, or (at your option) any later version.
55
56       This software is distributed in the hope that it will be useful, but
57       WITHOUT ANY WARRANTY; without even the implied warranty of
58       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
59       General Public License for more details.
60
61       You should have received a copy of the GNU General Public License along
62       with this software; if not, write to the Free Software Foundation,
63       Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
64
65
66
67UNIX                              April 1998                    MPILNB(3NCARG)
Impressum