Share via


VendOutPaymRecord_DKUni.textLineFix Method [AX 2012]

This method formats the input string to remove line feeds and format according to number of charaters per line.

Syntax

public str textLineFix(
    str _txt, 
    int _charPerLine, 
    int _retLineNo)

Run On

Server

Parameters

  • _txt
    Type: str
    The string to be processed.
  • _charPerLine
    Type: int
    Number of characters per line.
  • _retLineNo
    Type: int
    The line numbers.

Return Value

Type: str
Processed string.

See Also

Reference

VendOutPaymRecord_DKUni Class