DOWNLOAD
To view this script, click the button below. Your browser should show you the script in your browser window. Copy and paste that script into ToolBook.

View Now
 


STRING FUNCTION
: removeBlankLines()

Add-on OpenScript Function - should work in any version of ToolBook

  Syntax

removeBlankLines(<string>)

  Parameters <string>
A reference to a string value.

    Returns Returns the original string but with all blank lines removed.

    Samples text of field "foo" = removeBlankLines(text of \
  field "foo"

cleanString = removeBlankLines(origText)