A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: chr(); V/s mbchr();

  1. #1
    FK Supermodel laxmi19885's Avatar
    Join Date
    Jul 2001
    Location
    Mumbai
    Posts
    474

    chr(); V/s mbchr();

    does anyone know difference between chr() and mbchr();

    thanks

  2. #2
    Senile member! :)
    Join Date
    Dec 2001
    Location
    Saunaswamp (transl)
    Posts
    2,296
    mbchr is used to get multibyte chars and is used for multibyte languages like Japaneese. Both are depricated and it's recommended that you use "String.fromCharCode()" instead, unless publishing for player 4.

    /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