BE_ValuesTrim
BE_ValuesTrim ( listOfValues )
Trims leading whitespace from each and every value in listOfValues. Works the same as if you called the regular Trim recursively on each GetValue ( listOfValues ; n ) and then re-assembled the list result.
Version : 3.3
4.0.2 : Renamed from BE_Values_Trim
Parameters :
listOfValues : The list of values to start with.
Result : The same list, but with all whitespace trimmed individually from each value.