From: Leslie Milton on 28 Mar 2010 23:58 In an article on tortoiseshell.net, showing how to create a custom footer in Word 2007 and save it as a Building Block, the author says to type: =rand(12,5) to insert a few paragraphs of text. Sure enough, it did. The text appears to be from a Word Help file. I've searched high and low for use of the equal sign followed by a function and argument, to no avail. It's not a field code, for it lacks the curly braces. I tried other arguments -- the second seems to specify the number of lines returned. I'm inclined to try other functions but might just luck out and find the one that erases all the docx files. What is this feature?
From: macropod on 29 Mar 2010 00:25 Hi Leslie, This is a standard Word feature, and has been for many years. In versions before 2007, =rand(p,s) produced p paragraphs containing s sentences of "The quick brown fox jumps over the lazy dog". You can still get that in Word 2007, with rand.old(p,s) - but the spaces between sentences are missing from the 2nd & subsequent paragraphs, and even the 1st paragraph has only single spaces compared to the double spaces in earlier versions. As you've found, =rand(p,s) in Word 2007 reproduces text from the help file. Word 2007 also introduced =lorem(p,s), for the editors' 'lorem ipsum dolor ...' text. With each of these features, omitting the number of paragraphs and sentences from the expression generates a pre-set amount of text. -- Cheers macropod [Microsoft MVP - Word] "Leslie Milton" <LeslieMilton(a)discussions.microsoft.com> wrote in message news:65E80662-6636-489E-9A95-DE2666B96131(a)microsoft.com... > In an article on tortoiseshell.net, showing how to create a custom footer in > Word 2007 and save it as a Building Block, the author says to type: > =rand(12,5) > to insert a few paragraphs of text. Sure enough, it did. > The text appears to be from a Word Help file. > I've searched high and low for use of the equal sign followed by a function > and argument, to no avail. It's not a field code, for it lacks the curly > braces. > I tried other arguments -- the second seems to specify the number of lines > returned. I'm inclined to try other functions but might just luck out and > find the one that erases all the docx files. > What is this feature?
From: Suzanne S. Barnhill on 29 Mar 2010 09:53 See http://word.mvps.org/FAQs/Formatting/DummyText.htm -- Suzanne S. Barnhill Microsoft MVP (Word) Words into Type Fairhope, Alabama USA http://word.mvps.org "Leslie Milton" <LeslieMilton(a)discussions.microsoft.com> wrote in message news:65E80662-6636-489E-9A95-DE2666B96131(a)microsoft.com... > In an article on tortoiseshell.net, showing how to create a custom footer > in > Word 2007 and save it as a Building Block, the author says to type: > =rand(12,5) > to insert a few paragraphs of text. Sure enough, it did. > The text appears to be from a Word Help file. > I've searched high and low for use of the equal sign followed by a > function > and argument, to no avail. It's not a field code, for it lacks the curly > braces. > I tried other arguments -- the second seems to specify the number of lines > returned. I'm inclined to try other functions but might just luck out and > find the one that erases all the docx files. > What is this feature? >
|
Pages: 1 Prev: Can't use Hebrew in Microsoft fonts, yet they show in taskbar. Next: Font editing help? |