eBiss 3

Hilfe & Dokumentation

Benutzer-Werkzeuge

Webseiten-Werkzeuge


en:transformation:mappings:funktionen:string:fixstring

Inhaltsverzeichnis

FixString

The function FixString ()/ takes a String and the String length and additionally takes the direction (' l' left/' r' right) and returns the corresponding substring as result.

Syntax:

FixString('String','length', 'direction')

Samples:

FixString('ABCDEFG', '3', 'r')

returns EFG

FixString('ABCDEFG', '3', 'l')

returns ABC

en/transformation/mappings/funktionen/string/fixstring.txt · Zuletzt geändert: 2024/02/20 08:15 von 127.0.0.1