Article Details
Id: | 20408 |
Product: | finPOWER Connect |
Type: | NEW |
Version: | 4.00.03 |
Opened: | 05/07/2023 |
Closed: | 08/09/2023 |
Released: | 27/09/2023 |
Job: | J031491 |
Business Layer; ISKeyValueList; SetString method now has a "normaliseNewLines" optional parameter
The Business Layer, ISKeyValueList, SetString method now has a "normaliseNewLines" optional parameter.
Most properties on the business layer will normalise new lines, e.g., if a Chr(10) is being used as a newline (as it is from most web browsers), these will be converted to the Windows Newline, Chr(13) + Chr(10).
The Key Value List does not do this so, the new parameter allows values to be more easily normalised.