Description
The PSCStrToFieldStrings parses the AFieldStr string to the AFieldList list. The AFieldStr contains field names separated with ',' symbol. If field name enclosed in '[', ']' these symbols will be removed. Example: AFieldStr = '[Full name],Day' Result[0] = 'Full name' Result[1] = 'Day'