Randomize a list in formula language
Wednesday, February 23rd, 2011Today I was faced with a small problem - I needed to randomize a list in Lotus Domino formula language. After looking through the available commands I ended up with the following code; REM {Original list that should be randomized}; _list := "A" : "B" : "C" : "D"; REM {Append random value ...