class F_STRING
****
FORTRAN CHARACTER*N type (built in type)




Public


Features
address:EXT_OB
**** pointer to F_CHARACTER string
create(x:CHAR):SAME
create(n:INT):SAME
create(x:STR):SAME
**** CHARACTER*N
size:INT
**** length of the string
str:STR

The Sather Home Page