![]() | Download Help (Windows Only) |
Owning Class: basic
Requires: MathScript RT Module
b = evalscript(a)
Legacy Name: evalc
Executes a script, in the form of a string, at run time. This function allows you to specify a script to execute dynamically at run time; however, this function causes reduced performance and is not supported on RT targets.
Name | Description |
---|---|
a | Specifies the scripts you want LabVIEW to execute. a is a string. |
Name | Description |
---|---|
b | Returns a character array that contains the output from the Command Window. |
The following table lists the support characteristics of this function.
Causes reduced performance (![]() |
Yes |
Supported in the LabVIEW Run-Time Engine | No |
Supported on RT targets | No |
b = evalscript('sin(1:10)')
Helpful
Not Helpful