Description
The PSCFieldStringsToStr function creates combined (separated with ',' symbol) string from items of the FieldList list. If the item contains spaces it will be enclosed in '[', ']' symbols. Example: FieldList[0] = 'Full name' FieldList[1] = 'Day' Result = '[Full name],Day'