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

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

LabVIEW 8.5 Help
August 2007

NI Part Number:
371361D-01

»View Product Info

Member of the support class.

Syntax

c = input(a)

c = input(a, 's')

Description

Requests user input.

Examples

Inputs

Name Description
a Specifies the message that requests user input. a is a string.
's' Specifies that the user input must be a string.

Outputs

Name Description
c Returns the user input. If you specify 's', c is a string. Otherwise, c is a real scalar.

Examples

A = '...waiting for input:'
C = input(A)


Resources


 

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