MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference page 290

Actionscript language reference
Table of Contents

Advertisement

throw new Error("Strings to not match.");
}
}
try {
compareStrings("Dog", "dog");
// output: Strings to not match.
} catch (e_err:Error) {
trace(e_err.toString());
}
See also
throw,
try..catch..finally
290
Chapter 2: ActionScript Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-ACTIONSCRIPT LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash mx

Table of Contents