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

eval (MathScript Function) (Windows, Not in Base Package)

LabVIEW 8.2 Help
August 2006

NI Part Number:
371361B-01

»View Product Info

Member of the string class.

Syntax

eval(a)

Description

Executes scripts in a string.

Examples

Inputs

Name Description
a Specifies the scripts you want LabVIEW to execute. a is a string.

Examples

for n = 1:10
str = ['A', int2str(n), '=n'];
eval(str)
end

Related Topics

int2str
sprintf
sscanf


Resources


 

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