Company Events Academic NI Developer Zone Support Solutions Products & Services Contact NI MyNI

lookfor (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: support

Requires: MathScript RT Module

Syntax

lookfor(a)

lookfor(a, 'all')

c = lookfor(a)

c = lookfor(a, 'all')

Description

Searches for all occurrences of the string a in the help topics for all MathScript functions and in all .m files in the MathScript search path. This function does not search the help topics for any MathScript functions available in LabVIEW toolkits you have installed.

Details

Examples

Inputs

Name Description
a Specifies a string that represents a keyword.
'all' Directs LabVIEW to search the entire help topic for each function and the entire contents of each .m file. If you do not specify 'all', this function searches only the first line of the help topic for each function and the first comment line of each .m file.

Outputs

Name Description
c Returns a string that contains the matches LabVIEW finds.

Details

This function is not supported in the LabVIEW Run-Time Engine. Do not use this function in a stand-alone application or shared library.

Examples

lookfor('sinh')

lookfor('sinh', 'all')

Related Topics

what
which
who
who_all


 

Your Feedback! poor Poor  |  Excellent excellent   Yes No
 Document Quality? 
 Answered Your Question? 
Add Comments 1 2 3 4 5 submit