Jump to content
  • 0

IE8 и доступ к ячейке строки через индексатор


tt48
 Share

Question

Доброго времени суток.

Есть, собственно две проблемы.

IE не желает видеть конструкцию вида

const MAX_ERR_OUT_LEN=2;

это я обошел через задание константы простой переменной,

но все же интересно - почему?

Второе куда более неприятное -

не хочет брать символ из непустой строки через индексатор

alert('str : '+str);
str=str.replace(re3,'');//replace all separate symbols
alert('str replaced: '+str+' str[0]=\''+str[0]+'\''+' str[1]=\''+str[1]+'\'');
var str2=str[0];
alert('str2 : '+str2);

Первый алерт выводит строку, как положено, второй тоже..

Как только появляется обращение по индексу к ячейке строки - undefined.

Заранее спасибо.

С уважением, Олег.

http://beavers-net.narod.ru/primers/checking_fields.html

Edited by tt48
Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0
это я обошел через задание константы простой переменной,

но все же интересно - почему?

Это же очевидно - потому что это ИЕ. Не поддерживает ИЕ константы ни в одной из версий, я не читал спеки по JScript, но подозреваю, что там констант нет.

JScript != JavaScript

Link to comment
Share on other sites

  • 0
Это же очевидно - потому что это ИЕ. Не поддерживает ИЕ константы ни в одной из версий, я не читал спеки по JScript, но подозреваю, что там констант нет.

JScript != JavaScript

Большое спасибо всем=)

С уважением, Олег.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy