Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.