Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: help! bogus string literal error in F5 |
From: | neo binedell |
Date: | Tue, 5 Dec 2000 20:14:53 GMT |
hi, in actionscript and javascript a backslash \ character is used as
an escape character to create special characters in a string.
eg. "some text\n" the \n places a newline or carriage return line feed in
the string.
to place a " character inside a string (ie. to not terminate the string in
flash) you
would write "here comes a \" character"
which would give you the string 'here comes the " character'
now because a backslash is considered an escape char, in order to have one
in your text
you have to but a a double backslash like so
if( char eg "/" or char = "\\" )
and there you go, you're done
regards
neo binedell
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Larissa
Holland
Sent: December 5, 2000 6:28 PM
To: flash user list
Subject: FLASH: help! bogus string literal error in F5
Hey, y'all! ('hey!' is 'hello!' here in the Deep South)
http://www.pioneerdatasys.com/stringerror.html
Above is the link to a screen capture of the error we are getting that
has us mystified. It is giving an error that the string literal is not
terminated, but it is terminated. Code worked fine in Flash 4, but is
giving this error in Flash 5. Can someone shed some light?
'preciate it,
LH
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre
Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save �200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: help! bogus string literal error , Larissa Holland
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]