Shortcut for range()

Shortcut for range() - Messages

#1 Posted: 8/13/2010 12:53:39 PM
Edward Ulle

Edward Ulle

20 likes in 182 posts.

Group: Moderator

Is there a shortcut key for the range function?

Right now I have to type "range" and tab key.
Ed
#2 Posted: 8/13/2010 2:08:53 PM
Radovan Omorjan

Radovan Omorjan

325 likes in 2052 posts.

Group: 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!"
  • New Posts New Posts
  • No New Posts No New Posts