Owning Class: support
Requires: MathScript RT Module
lookfor(a)
lookfor(a, 'all')
c = lookfor(a)
c = lookfor(a, 'all')
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.
| 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. |
| Name | Description |
|---|---|
| c | Returns a string that contains the matches LabVIEW finds. |
The following table lists the support characteristics of this function.
| Supported in the LabVIEW Run-Time Engine | No |
| Supported on RT targets | No |
lookfor('sinh')
lookfor('sinh', 'all')