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

warning (MathScript RT Module Function)

LabVIEW 2010 Help

Edition Date: June 2010

Part Number: 371361G-01

»View Product Info

Owning Class: support

Requires: MathScript RT Module

Syntax

warning(a)

Description

Generates a warning message without stopping execution.

Examples

Inputs

Name Description
a Specifies the warning message. a is a string.

Examples

x = 1.0;
if(x < 2)
warning('x is less than 2');
end;
disp('after x check');

Related Topics

error


 

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