NAME

RstrValueScale - string with value scale

SYNOPSIS

#include "csf.h"

const char *RstrValueScale(CSF_VS vs);

PARAMETERS

CSF_VS vs
value scale constant

Possible values for a

CSF_VS
are as follows: * version 1 datatypes, these can be returned by BUT NOT passed to a csf2 function * version 2 datatypes these two can be returned by or passed to a csf2 function * this one CANNOT be returned by NOR passed to a csf2 function

DESCRIPTION

The string is in lower case. If cr is not a valid constant, for example 999, then the string is "999 is no VS constant". The "no constant" message is stored in a static buffer used by both RstrCellRepr and RstrValueScale.

RETURNS

string with value scale in lower case

SEE ALSO

RstrCellRepr , MstrProjection