A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: How to add the " " in my text?

  1. #1
    Member
    Join Date
    Jan 2004
    Location
    Singapore
    Posts
    97

    How to add the " " in my text?

    Hi, I would like to display this letter(with " " at both side): "Apple". Can anyone teach me what code to be use? Thanks alot..

  2. #2
    Senile member! :)
    Join Date
    Dec 2001
    Location
    Saunaswamp (transl)
    Posts
    2,296
    either use the escape code \" Like this:

    Code:
    var myString = "\"Apple\"";
    Or use single qoutes(Or whatever they're called):
    Code:
    var myString = '"Apple"';
    /Mirandir

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center