Difference between revisions of "NL/Documentation/How Tos/Calc: functie WISSEN.CONTROL"
From Apache OpenOffice Wiki
		< NL | Documentation | How Tos
		
		
OOoWikiBot (talk | contribs) m (Bot: Adding Category: Documentation)  | 
				OOoWikiBot (talk | contribs)  m (Robot: Automated text replacement %s)  | 
				||
| Line 32: | Line 32: | ||
[[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies - alfabetisch gesorteerd''']],  | [[Documentation/nl/How_Tos/Calc: Functies alfabetisch gesorteerd|'''Functies - alfabetisch gesorteerd''']],  | ||
[[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies - gesorteerd per categorie''']]  | [[Documentation/nl/How_Tos/Calc: Functies gesorteerd per categorie|'''Functies - gesorteerd per categorie''']]  | ||
| − | [[Category: Documentation]]  | + | [[Category: NL/Documentation/Reference/Calc]]  | 
Revision as of 11:06, 24 November 2009
WISSEN.CONTROL
geeft een tekenreeks van tekst terug waaruit de niet-afdrukbare tekens zijn verwijderd.
Syntaxis:
WISSEN.CONTROL(tekst)
- geeft tekst terug, waaruit alle niet-afdrukbare tekens zijn verwijderd.
 
- Spaties worden niet verwijderd.
 
Voorbeeld:
waar cel A1 bevat =TEKEN(7) & "kat" & TEKEN(8):
WISSEN.CONTROL(A1)
- geeft kat terug. De 2 niet-afdrukbare tekens zijn verwijderd.
 
LENGTE(WISSEN.CONTROL(A1))
- geeft 3 terug, het aantal tekens in kat.
 
Zie ook:
BIJKNIPPEN, VIND.ALLES, BEGINLETTERS, VERVANGEN, VIND.SPEC, SUBSTITUEREN, LENGTE
Functies - alfabetisch gesorteerd, Functies - gesorteerd per categorie