![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
Returns a string padded to a specified length using a pad character, positioning the string to the left, right or center of the padding. (F)
On return, contains the padded string. Its syntax can be UN (Unicode), V (for a string of C or V), or W (double-byte character). The string to pad. Its syntax can be C (fixed-length character string), UN, V (variable-length character string), or W. An integer specifying the length, in characters, to which pad_string should be padded. Its syntax is B (binary) with length 2.The specified length cannot exceed the greater of 4096 or the value of the EXECSTACKSIZE session parameter minus 32768, to a maximum of 32,767. Its syntax is C or UN. If it’s of syntax C and alphabetic, it is treated as uppercase. If it’s of syntax C and null, and string is of syntax C, V, or W, it is treated as a blank. If string is of syntax UN, a null pad character is not allowed. string is not altered.The following rule pads a string and prints both the original string and the padded string to the message log:
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |