setBlankTerminator()

The system function StrLib.setBlankTerminator changes a null terminator and any subsequent characters to spaces. StrLib.setBlankTerminator changes a string value returned from a C or C++ program to a character value that can operate correctly in an EGL program.

  StrLib.setBlankTerminator(target VagText inOut)
target
The target string item. If no null is found in targetString, the function has no effect.

Example

  StrLib.setBlankTerminator(target);

Related reference
EGL library StrLib

Feedback
(C) Copyright IBM Corporation 2000, 2005. All Rights Reserved.