Loading...
 

CX_SYSTEM_OBJECT::BankClearingFormat

CX_SYSTEM_OBJECT::BankClearingFormat

Description:

Replaces all characters in a string with spaces except the following characters:

0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZÄÜÖß.,&+-*%/$

Code example:
"15EUR(€)" SystemObject Call(BankClearingFormat) // "15EUR   "

Stack
Stack Position Object type Brief description
Stack(IN) Top STRING The string to be processed
Stack(OUT) Top STRING The replaced string
Function call: Call(BankClearingFormat)