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.

  • cdbl.png replacement

    replacement is the number that replaces instances of searched string.

  • cstr.png format string (%.3f)

    format string specifies the number formatting to use when LabVIEW converts the numbers to characters. Use format string when you wire numeric data to the replacement input.

  • 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.