Table of Contents

Text Mgt.

Helper functions for handling text.

Object Definition

Object TypeCodeunit
Object ID70327085
Object NameQWETB Text Mgt.

Procedures

Name Description
CamelCase(Text): Text Converts a text with spaces to a text in camel case, i.e. the first letter of each word, except the first word, is capitalized and
CleanTxt(Text): Text Removes all characters with characters with decimal code less than 32.
FindSplitPos(Text; Integer): Integer Finds a position in a text where a line break could be placed.
GetPaddedString(Text; Integer; Text[1]; Enum "QWETB Text Col. Justification"): Text Pads a string, either left or right adjusted.
PascalCase(Text): Text Converts a text with spaces to a text in pascal case, i.e. the first letter of each word is capitalized and
TitleCase(Text): Text Converts a text with spaces to a text in title case, i.e. the first letter of each word is capitalized.

This documentation is generated from Smart Toolbox v27.1