Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (D-F)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
5-64
FIXSTRING
Edits a string based on subcommands provided in a template.
FNAME32COLLAPSE
(obsolete) Converts the 32-character file name used by the Distributed Name Service to
external format for display.
CALL FIXSTRING ( template
,template-len
,data
,data-len
,[ maximum-data-len ]
,[ modification-status ] );
template, STRING:ref:* input
template-len, INT:value input
data, STRING:ref:* input, output
data-len, INT:ref:1 input, output
maximum-data-len, INT:value input
modification-status, INT:ref:1 output
0 No change was made to data.
1 A replacement, insertion, or deletion was performed on data.
< (CCL) One or more of the required parameters is missing.
= (CCE) The operation finished successfully.
> (CCG) An insert or replace would have caused the data string to exceed the
maximum-data-len.
length := FNAME32COLLAPSE ( intname
,extname );
length, INT returned value
intname, STRING .EXT:ref:32 input
extname, STRING .EXT:ref:35 output