eBiss 3

Hilfe & Dokumentation

User Tools

Site Tools


en:transformation:mappings:funktionen:string:fixstring

Table of Contents

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 · Last modified: 2024/02/20 08:15 by 127.0.0.1