Shortcut for range()

Shortcut for range() - Сообщения

#1 Опубликовано: 13.08.2010 12:53:39
Edward Ulle

Edward Ulle

20 сообщений из 182 понравились пользователям.

Группа: Moderator

Is there a shortcut key for the range function?

Right now I have to type "range" and tab key.
Ed
#2 Опубликовано: 13.08.2010 14:08:53
Radovan Omorjan

Radovan Omorjan

325 сообщений из 2052 понравились пользователям.

Группа: Moderator

Hello,
Wrote

Is there a shortcut key for the range function?

Right now I have to type "range" and tab key.


I think there is no shortcatkey for "range" niether a defined "operator" with placeholders for it.
BTW, Andrey made an effort in the recent version to resolve the problem of hidden parenthesis which causes the differences in what is presented on the screen and what is actually calculated. It remaind the problem with "range" as you can have the same expression (on the screen) but different results, for example:
[MATH lang=eng]range(1,3*2)=mat(1,2,3,4,5,6,6,1)[/MATH]
and
[MATH lang=eng]range(1,3)*2=mat(2,4,6,3,1)[/MATH]
I suppose Andrey did not find the proper solution yet, therefore be carefull about it.

Regards,
Radovan

When Sisyphus climbed to the top of a hill, they said: "Wrong boulder!"
  • Новые сообщения Новые сообщения
  • Нет новых сообщений Нет новых сообщений