37 | Dynamic Array Initialization CheckSean Burgess5146 - 17 2007 (3) It would be great if there was a function that you could call in LotusScript to check if a dynamic array is initialized or not. I think it's fecking unreal that you have to do a Ubound or LBound check and if that throws an error, it hasn't been initialized ... |
26 | Array/List literals in LotusScriptThomas Bahn3659 - 03 2007 (2) In each and every other language the are array literals (ways to write arrays as constants), e. g. in @formula language you can write "a" : "b" : "c". You could use Evaluate(|"a" : "b" : "c"|), but this isn't the best solution for performance and you can't use ... |