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 revisionBoth sides next revision
syntax:functions:remove [2015/01/31 16:17] – created dmitrysyntax:functions:remove [2015/03/27 17:10] 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
 + 
 +Note that the expression does not require to use single quote signs ('X') around the numbers N and K.
  
 First arguments is implicitly converted into text, if it's not. First arguments is implicitly converted into text, if it's not.
 +
 +^  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