Show/Hide Toolbars

Inventu Viewer+ Studio Help

How should blanks be trimmed when reading this field during a Screen or Screen Rows generated read method?

 

 

Value

Meaning

Both

Default.  The standard HostScreen.getText() method is called, which by default trims blanks from the start and end of the field.

Left

HostScreen.getTextFull() is used and the TrimStart() .NET String function will be used to trim leading characters from the left

Right

HostScreen.getTextFull() is used and the TrimEnd() .NET String function will be used to trim trailing characters from the right