Difference between revisions of "STR COMPRS - Compress runs of a character in a string (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
(Updated from revision control)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
__NOTOC__
 
__NOTOC__
 
== Syntax ==
 
== Syntax ==
  '''$STR_COMPRS'''{String, Character}
+
  '''$STR_COMPRS'''{string, char}
  
 
== Description ==
 
== Description ==
Line 8: Line 8:
  
 
== Parameters ==
 
== Parameters ==
;String
+
;string
 
:A text parameter that can not be omitted.
 
:A text parameter that can not be omitted.
 
:The string that contains runs of the single character.
 
:The string that contains runs of the single character.
;Character
+
;char
 
:A text parameter that can be omitted (it defaults to " ").
 
:A text parameter that can be omitted (it defaults to " ").
 
:The character that will be compressed in the string.
 
:The character that will be compressed in the string.
Line 20: Line 20:
  
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:05, 22 September 2016

Syntax

$STR_COMPRS{string, char}

Description

Replace runs of a character with a single copy of that character.


Parameters

string
A text parameter that can not be omitted.
The string that contains runs of the single character.
char
A text parameter that can be omitted (it defaults to " ").
The character that will be compressed in the string.

Returns

A text value. The string, with the character compression.