9.12 CENTRE
Note: Built-In Function Rules Usage Options
Centers argument string into return string.
Arguments
The following table shows the arguments used in this function.
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Req
|
String to be centered
|
1
|
256
|
|
|
2
|
A
|
Opt
|
Remove imbedded blanks flag
Values:
Y = remove
N = do not remove
Default: N
|
1
|
1
|
|
|
|
Return Values
No
|
Type
|
Req/ Opt
|
Description
|
Min Len
|
Max Len
|
Min Dec
|
Max Dec
|
1
|
A
|
Req
|
Return centered string
|
1
|
256
|
|
|
|