MACROMEDIA DIRECTOR MX 2004-DIRECTOR SCRIPTING Reference page 155

Director scripting reference
Table of Contents

Advertisement

QUOTE
Usage
--Lingo syntax
QUOTE
// JavaScript syntax
\"
Description
Constant; represents the quotation mark character and refers to the literal quotation mark
character in a string, because the quotation mark character itself is used by Lingo scripts to
delimit strings.
Example
This statement inserts quotation mark characters in a string:
-- Lingo syntax
put("Can you spell" && QUOTE & "Macromedia" & QUOTE & "?")
// JavaScript syntax
put("Can you spell \"Macromedia\"?");
The result is a set of quotation marks around the word Macromedia:
Can you spell "Macromedia"?
QUOTE
155

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-DIRECTOR SCRIPTING and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents