Symbol Description Uses
char type of array arr : either RS or RL 3



File Line number Procedure Code
./pkg/compon_communic/mitcplr_dbl2char.F 18 MITCPLR_DBL2CHAR
       carg(j:j) = char( nint( rarg(j) ) )
./pkg/compon_communic/mitcplr_int2char.F 18 MITCPLR_INT2CHAR
       carg(j:j) = char( iarg(j) )
./pkg/compon_communic/mitcplr_real2char.F 18 MITCPLR_REAL2CHAR
       carg(j:j) = char( nint( rarg(j) ) )