; FN$STR_EDIT - Edit string and return. ; ; Output is the input string after user editing. ; Input is a source string descriptor. $DTR$FUN_DEF FN$STR_EDIT, EDIT, 1 $DTR$FUN_OUT_ARG TYPE = FUN$K_INPUT $DTR$FUN_IN_ARG TYPE = FUN$K_DESC, OUT_PUT = TRUE, DTYPE = DSC$K_DTYPE_T, ORDER = 1 $DTR$FUN_END_DEF