Difference between revisions of "NL/Documentation/How Tos/Calc: functie HERHALING"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m (Zie ook:)
 
(One intermediate revision by one other user not shown)
Line 16: Line 16:
 
:: <tt>'''xyz'''</tt> teruggeeft waarbij <tt>'''x'''</tt>,  <tt>'''y'''</tt> en <tt>'''z'''</tt> drie willekeurige onafhankelijk getallen zijn.
 
:: <tt>'''xyz'''</tt> teruggeeft waarbij <tt>'''x'''</tt>,  <tt>'''y'''</tt> en <tt>'''z'''</tt> drie willekeurige onafhankelijk getallen zijn.
 
    
 
    
=== Zie ook: ===
+
{{NL/Documentation/ZieOok|
'''[[Documentation/nl/How_Tos/Calc: functie TEKST.SAMENVOEGEN|TEKST.SAMENVOEGEN]]'''
+
* [[NL/Documentation/How_Tos/Calc: functie TEKST.SAMENVOEGEN|TEKST.SAMENVOEGEN]]
  
'''[[Documentation/nl/How_Tos/Calc: Tekstfuncties|Tekstfuncties]]'''
+
* [[NL/Documentation/How_Tos/Calc: Tekstfuncties|Tekstfuncties]]
  
[[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies - alfabetisch gesorteerd''']],
+
* [[NL/Documentation/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies - alfabetisch gesorteerd''']]
[[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies - gesorteerd per categorie''']]
+
* [[NL/Documentation/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies - gesorteerd per categorie''']]}}
 
[[Category: NL/Documentation/Reference/Calc]]
 
[[Category: NL/Documentation/Reference/Calc]]

Latest revision as of 17:24, 28 January 2024


HERHALING

geeft een tekenreeks van tekst terug die is samengesteld uit kopieën van een andere tekenreeks van tekst.

Syntaxis:

HERHALING(tekst; getal)

geeft getal kopieën van tekst terug, samengevoegd.

Voorbeeld:

  • HERHALING("ha"; 3)
geeft hahaha terug.
  • HERHALING(AFRONDEN(ASELECT()*10); 3)
geeft nnn terug waarbij n een willekeurig gegenereerd getal is dat drie keer wordt herhaald, terwijl:
TEKST.SAMENVOEGEN(AFRONDEN(ASELECT()*10); AFRONDEN(ASELECT()*10); AFRONDEN(ASELECT()*10))
xyz teruggeeft waarbij x, y en z drie willekeurige onafhankelijk getallen zijn.

Zie ook

Personal tools