Owning Class: basic
Requires: MathScript RT Module
b = evalscript(a)
Legacy Name: evalc
Executes scripts in a string and returns the output from the Command Window in character array b.
| 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)')