Description
Use PSCAddChar to add the AChar char to the end of the AStr string. If the same char is already present on the end of AStr, the function does nothing. Example: AStr = 'Class.Subclass' AChar = '.' Result = 'Class.Subclass.' Example: AStr = 'Class.Subclass.' AChar = '.' Result = 'Class.Subclass.'