SIMPOL Documentation

Chapter 91. stringlib

This is a very useful library of functions for working with strings. This includes parsing functions, the ltrim() and rtrim() functions, the formatlinebreaks() function for formatting output to fit in a specific length, the nondigits() and nondigitsordecimal() functions for returning a string containing all the characters to ignore when converting to a value using .toval(), and the multiinstr() function that looks for the first instance of several different characters in a string.

MakeNotNull()

Description

Prototype

MakeNotNull ( string sValue )

Parameters

ParameterDefault valueType nameDescription
sValueNonestring