User Tools

Site Tools


syntax:functions:remove

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revisionBoth sides next revision
syntax:functions:remove [2015/01/31 16:17] – created dmitrysyntax:functions:remove [2015/04/03 18:07] elenap
Line 1: Line 1:
 ===== Remove(text, N, K) ===== ===== Remove(text, N, K) =====
  
-Removes //K// characters from //text//, starting from //N//-th character, where //N// and //K// are numbers.+Removes //K// characters from the //text//, starting from the //N//-th character, where //N// and //K// are numbers.
  
-First arguments is implicitly converted into text, if it's not.+First argument is implicitly converted into text, if required. 
 + 
 +^  Example  ^  Result 
 +|  remove('27.03.2015', 7, 4 )    27.03. 
 +|  remove('27.03.2015', 7, 2 )  |  27.03.15  |
  
 **See also** **See also**
   * [[syntax:functions:mid]]   * [[syntax:functions:mid]]
syntax/functions/remove.txt · Last modified: 2021/08/15 02:53 by craigt

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki