Searches the occurrences of searched string and replaces them with a new string or numeric value. The data type you wire to the replacement input determines the polymorphic instance to use.


icon

Inputs/Outputs

  • cNI__reportlvclass.png

    report in is a reference to the report whose appearance, data, and printing you want to control. Use the New Report VI to generate this LabVIEW class object.

  • cstr.png searched string

    searched string describes the string to search for and replace.

  • cstr.png replacement

    replacement is the string that replaces instances of searched string.

  • cerrcodeclst.png error in (no error)

    error in describes error conditions that occur before this VI or function runs.

  • iNI__reportlvclass.png

    report out is a reference to the report whose appearance, data, and printing you want to control.

  • ibool.png found?

    found? returns TRUE if the VI finds at least one occurrence of the searched string.

  • ierrcodeclst.png error out

    error out contains error information. If error in indicates that an error occurred before this VI or function ran, error out contains the same error information. Otherwise, it describes the error status that this VI or function produces.