strLib.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 syntax diagram

target

The target string item. If no null is found in target, the function has no effect.

Example

  strLib.setBlankTerminator(target);

Related reference
String handling (system words)