Hey,

I have a text file containing lots of “famous quotes”.
I come to the idea, make a script that randomly picks up one of the quotes from the text file and print it out to the user, each time an event is preformed

The text file:

The reason a dog has so many friends is that he wags his tail instead of his tongue.
--Unknown

History is the version of past events that people have decided to agree upon.
Napoleon Bonaparte

Here's my strategy on the Cold War: We win, they lose."
- Ronald Reagan

Maturity is achieved when a person postpones immediate pleasures for long-term values. - Joshua L. Liebman quote

And so on…

I sow the RandomizeArray() udf, but don’t know how to adapt it in this case.
Need some help on this!