Quote:
Originally Posted by MysticalDragon
It's not broking we use it Heavily on delteria, if it's broking please elaborate how? Seems to work fine for me.
|
Try this on both clientside and serverside. I have no idea if it's still broken, though:
PHP Code:
temp.arr = {"foo"};
for (temp.i = 0; temp.i < 10; temp.i++)
echo(temp.i @ ": " @ randomstring(temp.arr));
If it's broken, you'll find that half the time it returns an empty string instead of the only element in the array.