A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Urgent-Pls help me.. How do I display " in the text-field?

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

    Urgent-Pls help me.. How do I display " in the text-field?

    Hi, I know I can use " " to display the Text in between on the Text-field. But how shall I code in the actionscript, if I would also like to display the --> " " <-- as well in the Text-field??



    Thanks...

  2. #2
    Senior Member
    Join Date
    May 2002
    Posts
    1,017
    you can "escape" the quotes with a backslash . ie.
    Code:
    mytext="This is a \"test\" to display the quotes";
    while (2+2 == 4) {
    drink ("bourbon");
    }
    gotoAndStop("bed");

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

    Thanks smilev

    Thanks for ur help...Probem solved.

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