List of functions and parameters
Use the following parameters, operators and functions to configure the asset composition:
Parameter | |
---|---|
Name | Description |
$HOLDER | Holder number |
$HOLDERSTR | Holder name |
$VT23HOLDER | New portfolio number for asset composition |
$VT23SEQNR | Sequence number |
functions | |
Name | Description |
PADLEFT ($string,$number,$char) | Supplements the string on the left side with the $char character until the total length of the string reaches $number characters. |
PADRIGHT ($string,$number,$char) | Supplements the string on the right side with the $char character until the total length of the string reaches $number characters. |
SUBSTR ($string,$start,$number) | Provides a substring of the string of position $start with the length of $number characters |
STRRIGHT($string,$number) | Provides the $number right characters of the string (of total length - $number to total length) |
STRLEFT($string,$number) | Provides the $number left characters of the string (from "0" to "$number") |
STRBEFORE($string,$substr) | Provides the part of the string before the substring |
STRAFTER($string,$substr) | Provides the part of the string after the substring |
Operators | |
Name | Description |
+ | Combines two strings |