Integra for Notes Banner
  QuickReports Integra4Notes Integra Family of Products

Integra Script Library Documentation


Context:

Function

Library/Class:

Utilities



Function RemoveCR() As

RemoveCR (Text As String) As String

This function removes any Chr(10) or Chr(13) elements from the passed on text string.

Parameters:

    Text (String)
      Any text string.

Return Value:
    String.

    Sample:
     



      Dim ws As New NotesUIWorkspace
    Dim doc As NotesDocument
    Dim txt As String

    Set doc = ws.CurrentDocument.Document

    txt = RemoveCR(doc.Description(0))

    Call MessageDialog(txt,0,”Remove Carriage Returns”)
     

 
QUICK LINKS
 
 

 

  © Shireburn Software Ltd. 2008 - 2024