|
: 13 : 14 : 1 |
Sometimes (I never understood exactly when) when you define a variable in Lotusscript the system suggests a predefined type. It is never the one I want to use.
Many of us developers will always use the same name for general types, like NotesUIWorkspace or Notessession, and even application variables. So why not come up with a suggestion when you have entered "dim ws as new" with "NotesUIWorkspace"? The designer could keep track of the names you have used in the past and find the most suitable type along with the name.
|