|
|
|
|
|
GenerateLorem (Function) In french: GénèreLorem Generates a random "Lorem ipsum" text to temporarily populate a control with text, for example. This text does not contain any accents. New in version 2025
sCoverText is string = GenerateLorem(200)
EDT_cover = sCoverText
Syntax
<Result> = GenerateLorem(<Number of words>)
<Result>: Character string - Generated text.
- Empty string ("") if the number of words specified is 0.
<Number of words>: Integer Number of words to generate. If this number is 0, the text returned will be an empty string ("").
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|