{
{   The purpose  of this request is to convert the string representation of an
{ integer to an integer.  The string representation may contain a leading sign
{ (+ or -) and/or a trailing radix enclosed in parentheses.
{
{       CLP$CONVERT_STRING_TO_INTEGER (STR, INT, STATUS)
{
{ STR: (input) This parameter specifies the string to be converted.
{
{ INT: (output)  This  parameter  specifies  the converted integer value along
{       with the radix in which the integer was represented.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS: clc$min_ecc_lexical ..  clc$max_ecc_lexical
{       IDENTIFIER: 'CL'
{
