34 | Rename Lotusscript Functions and variables and auto-update all referencesFerry Kranenburg856 - 28 2009 / (0) If you rename a function in a script library it should auto update all referenced design elements that uses that function. The same for local / global variables. |
29 | LotusScript: Possibility of optional parameters in subs/functionsNikolay Yushmanov2406 - 30 2010 / (0) I want to have ability to define some last parameters of a sub/function as 'optional' with default value like in native lotusscript subs/functions. |
23 | Allow Longer Function/Sub Name in LotusScriptNasir Javed1291 - 26 2008 / (0) Currently LS allows not more than 40 Characters Function, Sub, Variable or Constant names. I recently faced number of compile time errors when I imported a WSDL file in a script library because constants and functions defined were having more than 40 characters. |
10 | Propercase FunctionMichael Amberg822 - 23 2007 / (0) Please add a "Propercase" function to LotusScript. I know I can (and do) add my own function library or routines when coding but a built-in function would probably be faster and easier to use. |
10 | @function or command 'ComputeWithForm'Christopher Boote10606 - 30 2013 / (0) A function or command in function langauge that does exactly the same as the Lotusscript/java ComputeWithForm method |