Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
iperzazie #1
a simple chars questions
Sorry, must be a very simple question, but how can i deal whit a string full of double quote ( " , char 34, quotation mark) ?
Thanks in advance
iperzazie
iperzazie Guest
-
First 3D game, some simple questions....
Hi guys, This is my first post on these forums, so i hope you can help. I'm sorry for the novel sized post, but i really really could do with... -
Simple Questions
I'm a newbie, and just moved to .NET programming, got confused with how datagrid works. Let say I have datagrid with 3 columns: ID Name Price... -
MIME::Lite won't send simple email with "foreign" chars
In article <mbudash-43596D.19594715082003@typhoon.sonic.net>, Michael Budash <mbudash@sonic.net> wrote: nevermind - goddam spamassassin was... -
Beginner - two simple questions please?
Hello, This is my first post so hello to everyone. I have two questions that I have been struggling with. I am using release 2.5.1 1. I... -
Simple Newbie Questions
Hello, all... I'm trying to get started with Informix under Linux (RedHat 7.3, if it matters). I've got lots of experience with other database... -
MOLOKO #2
Re: a simple chars questions
iperzazie wrote:
> Sorry, must be a very simple question, but how can i deal whit a string full of double quote ( " , char 34, quotation mark) ?
> Thanks in advance
>
'deal whit a string full of double quote'?? you might need to be a bit
more specific, not to mention grammatical.
--
MOLOKO
------------------------------------------------
::remove _underwear_ to reply::
'God saves but Buddha makes incremental backups'
------------------------------------------------
GCM/CS/IT/MC d-- S++:- a- C++ U--- P+ L++ !E W+++$ N++ O? K+ w+++$ !O M+
VMS? PS+++ PE- Y PGP+ t+ 5-- X-- R* tv++ b++++ DI++++ D+ G e h-- r+ y++
see [url]www.geekcode.com[/url] to translate the above!
MOLOKO Guest
-
Matheus #3
Re: a simple chars questions
You need to use the "\" before the double quote. Ex:
textquote = "Here \"double quotes\" won't break my string";
Matheus
// macromedia.general.brazil
"iperzazie" <webforumsuser@macromedia.com> escreveu na mensagem
news:c21sdn$sro$1@forums.macromedia.com...full of double quote ( " , char 34, quotation mark) ?> Sorry, must be a very simple question, but how can i deal whit a string> Thanks in advance
>
> iperzazie
Matheus Guest
-
Andy #4
Re: a simple chars questions
Thanks a lot, Matheus, and are you so kind to tell me how can I put same
RETURN char inside a string ?
Thanks in advance again
iperzazie
"Matheus" <matheus@mway.com.br> ha scritto nel messaggio
news:c21vom$4q4$1@forums.macromedia.com...> You need to use the "\" before the double quote. Ex:
> textquote = "Here \"double quotes\" won't break my string";
>
> Matheus
> // macromedia.general.brazil
>
> "iperzazie" <webforumsuser@macromedia.com> escreveu na mensagem
> news:c21sdn$sro$1@forums.macromedia.com...> full of double quote ( " , char 34, quotation mark) ?> > Sorry, must be a very simple question, but how can i deal whit a string>> > Thanks in advance
> >
> > iperzazie
>
Andy Guest
-
Matheus #5
Re: a simple chars questions
HTML:
textquote = "Here \"double quotes\" won't break my string<br>";
Not HTML:
textquote = "Here \"double quotes\" won't break my string\n";
Matheus
// macromedia.general.brazil
"Andy" <mandelli@dada.it> escreveu na mensagem
news:c233l6$srq$1@forums.macromedia.com...string> Thanks a lot, Matheus, and are you so kind to tell me how can I put same
> RETURN char inside a string ?
>
> Thanks in advance again
>
> iperzazie
>
> "Matheus" <matheus@mway.com.br> ha scritto nel messaggio
> news:c21vom$4q4$1@forums.macromedia.com...> > You need to use the "\" before the double quote. Ex:
> > textquote = "Here \"double quotes\" won't break my string";
> >
> > Matheus
> > // macromedia.general.brazil
> >
> > "iperzazie" <webforumsuser@macromedia.com> escreveu na mensagem
> > news:c21sdn$sro$1@forums.macromedia.com...> > > Sorry, must be a very simple question, but how can i deal whit a>> > full of double quote ( " , char 34, quotation mark) ?> >> > > Thanks in advance
> > >
> > > iperzazie
> >
>
Matheus Guest



Reply With Quote

