Text Component

Fnd_Text_Wrap

Fnd_Text_Wrap (text; max line length) -> Text

Legacy manual page 240

Parameters

ParameterTypeDescription
textTextText to wrap
max line lengthLongintMax line length to wrap
Function resultTextText wrapped to max line length

Description

This function returns text wrapped to the max line length. Routine by Marco Bernasconi <mbernasconi@ befund.com>.

$wrappedtext_t:=Fnd_Text_Wrap (text_t; 78)
Extracted source text
            Fnd_Text_Wrap (text; max line length) ➜ Text

              Parameter               Type             Description
              text                    Text             Text to wrap
              max line length         Longint          Max line length to wrap
              Function result         Text             Text wrapped to max line length

            This function returns text wrapped to the max line length. Routine by Marco Bernasconi <mbernasconi@
            befund.com>.
              $wrappedtext_t:=Fnd_Text_Wrap (text_t; 78)