NAME

RstrCellRepr - string with cell representation in plain english or acronym

SYNOPSIS

#include "csf.h"

const char *RstrCellRepr(CSF_CR cr);

PARAMETERS

CSF_CR cr
cell representation constant

Possible values for a

CSF_CR
are as follows: * preferred version 2 cell representations * other version 2 cell representations * version 1 cell representations these can be returned by BUT NOT passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

DESCRIPTION

The string is in lower case except for INT1,INT2,UINT2 and UINT4 , they return an acronym. If cr is not a valid constant, for example 999, then the string is "999 is no CR constant". The "no constant" message is stored in a static buffer used by both RstrCellRepr and RstrValueScale.

RETURNS

string with cell representation

SEE ALSO

RstrValueScale , MstrProjection