W3Schools

home HOME

WMLScript Tutorial
WMLScript HOME
WMLScript Intro
WMLScript How to

WML Libraries
WML Dialogs
WML Float
WML Lang
WML String
WML URL
WML Browser

Selected Reading
Web Statistics
Web Glossary
Web Hosting
Web Quality

W3Schools Forum

Helping W3Schools

WMLScript abort() Function


WMLScript Lang Library Complete WMLScript Lang Library

The abort() function aborts a WMLScript and returns a message to the caller of the script.

Syntax

Lang.abort(text)

Part Description
text A string

Example

var errtxt = "Illegal value";
Lang.abort("Error in function: " + errtxt);

Result

The script is aborted, and the string "Error in function: Illegal value" is returned to the caller of the script.



WMLScript Lang Library Complete WMLScript Lang Library




Jump to: Top of Page or HOME or Printer Friendly Printer friendly page

W3Schools provides material for training only. We do not warrant the correctness of its contents. The risk from using it lies entirely with the user. While using this site, you agree to have read and accepted our terms of use and privacy policy.

Copyright 1999-2008 by Refsnes Data. All Rights Reserved.

Validate Validate W3C-WAI level A conformance icon W3Schools was converted to XHTML in December 1999