Quote:
Originally Posted by Stefan
Ok will fix that behaviour of randomstring(), it was originally not made for getting arrays as input.
|
Can you add a random() to TGraalVar (or whatever the main class is) so we can retrieve random elements or characters from arrays and strings. I.e:
"abcdefg".random() - can return "a" or "b" or etc.
{1,2,3,4}.random() - can return 1, 2, or etc.