|
: 35 : 37 : 2 |
Frustrated by the inconvenience and incapability of lotusscript, I've expected improvements for years but just disappointed as each Notes release came. I know as created as a script languate embedded in Notes, we can't expect many things like multiple thread, but there's still a lot of space to improve.
dim a(3) as string
a={"b","c","d"}
or dim a as new string() {"b","c","d"}
...
Yes, there is a 100 per cent OO language out there: Java. But Notes UI are not implemented as Objects. In many circumstances we have to rely on lotuscript. In fact we can only write code in a event-based manner for things like forms instead of creating a UserForm inherited from a parent NotesForm. So I hope the language can obtain more attention in IBM.
|