This is an inbuilt function function provided by PPWIZARD.
This routine loops through an array and performs translations
you define.
This function takes one or more parameters as follows:
- The name of an array to be processed (without dot).
- This optional parameter indicates what type of space translation
should occur (if not supplied "B" is used).
This value should be "K" to leave whitespace alone!
It can be be "BM" to remove all leading and trailing
whitespace as well as removing any duplicated whitespace within
the string.
You can also supply "L", "T", or "B" to remove leading, trailing or
both types of whitespace.
- This optional parameter allows you to specify that you require
case translation so that all entries are either in
lower or upper case.
If this parameter is blank no translation is performed,
if 'L' then lowercase translation and 'U' means
upper case translation.
To configure the case conversion see the
"Upper/Lower Case Configuration"
section.
The number of items in the array is returned.
PPWIZARD Manual

Saturday May 28 2022 at 2:55pm