|
Re: Have you Ever known this or tried this
I know why Magic #2 happens:
________________________________________________
=rand (loads the "The quick brown fox jumps over the lazy dog." scentince)
The first # (is how many paragraphs are writen with it)
The second # (is how many lines of the scentince per are in each paragraph)
The reason "=rand" loads that scentince is because it has each letter in the alphabet in it. Programers at Microsoft used it so they could test out MS Word.
________________________________________________
So if you type "=rand(1,2)" you get:
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.
If you type "=rand(0,0)" it outputs nothing.
Try It!
__________________
Last edited by Zdroyd; 09-25-2008 at 08:43 AM.
|