Guardian Programming Reference Summary for pTAL and TAL
Procedure Calls Summary (G-N)
Guardian Programming Reference Summary for pTAL and TAL—522631-001
6-30
MBCS_FORMAT_ITI_BUFFER_ 
Formats ITI buffers for specific terminal types.
last-column, INT:value input
max-data-size, INT .EXT:ref:1 input, output
screen-start-col, INT .EXT:ref:1 input, output
shift-to-DBCS, STRING .EXT:ref:* input
shift-to-one-byte, STRING .EXT:ref:* input
startmode, INT:value input
error-code := MBCS_FORMAT_ITI_BUFFER_ ( 
 source-string
 ,destination-string
 ,source-length
 ,maximum-length
 ,intermediate
 ,terminal-type
 ,maximum-col-count,
 ,finished-length
 ,screen-col-count
 ,[ shift-to-DBCS ]
 ,[ shift-to-one-byte ]
 ,[ startmode ] );
error-code, INT:value returned value
 0 Successful completion of the translation
-1 Source string translation incomplete, ran out of destination buffer area
-2 Unknown terminal type specified
-3 Invalid source string length
-4 Invalid character in Kanji only source string
-5 Control string parameter too long
29 Parameter missing
source-string, INT(32) .EXT:ref:1 input, output
destination-string, INT(32) .EXT:ref:1 input, output
source-length, INT:value input










