1VVSETC(3NCARG) NCAR GRAPHICS VVSETC(3NCARG)
2
3
4
6 VVSETC - Sets the value of a Vectors parameter of type CHARACTER.
7
9 CALL VVSETC (CNM,CVL)
10
12 #include <ncarg/ncargC.h>
13
14 void c_vvsetc (char *cnm, char *cvl)
15
17 CNM (CHARACTER, input) is the name of a parameter to be given a
18 character value. Only the first three characters of CNM are
19 examined. The three characters may either be entirely upper
20 or entirely lower case; mixed case is not recognized. It is
21 recommended that the rest of the character string be used
22 to improve the readability of the code. For example,
23 instead of ´ZFT´, use ´ZFT - Zero Field Text String´.
24
25 CVL (CHARACTER, input) is an expression, the value of which is
26 to be given to the parameter specified by CNM.
27
29 The C-binding argument descriptions are the same as the FORTRAN
30 argument descriptions.
31
33 This routine allows you to set the current value of Vectors parameters
34 of type CHARACTER. For a complete list of parameters available in this
35 utility, see the vectors_params man page.
36
38 Use the ncargex command to see the following relevant examples: fcover,
39 ffex00.
40
42 To use VVSETC or c_vvsetc, load the NCAR Graphics libraries ncarg,
43 ncarg_gks, and ncarg_c, preferably in that order.
44
46 See the vectors man page for a description of all Vectors error
47 messages and/or informational messages.
48
50 Online: vectors, vectors_params, vvectr, vvgetc, vvgeti, vvgetr,
51 vvinit, vvrset, vvseti, vvsetr, vvudmv, vvumxy, ncarg_cbind.
52
53 Hardcopy: NCAR Graphics Fundamentals, UNIX Version
54
56 Copyright (C) 1987-2009
57 University Corporation for Atmospheric Research
58 The use of this Software is governed by a License Agreement.
59
60
61
62UNIX April 1993 VVSETC(3NCARG)