User Tools

Site Tools


syntax:functions:removestart

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
syntax:functions:removestart [2021/08/15 02:54] – [See also] craigtsyntax:functions:removestart [2026/09/18 06:26] (current) – [Examples] wrong function in example roberto
Line 28: Line 28:
   removestart(100200, 3) //Returns '200' (Number implicitly converted to text; value is returned as text)   removestart(100200, 3) //Returns '200' (Number implicitly converted to text; value is returned as text)
  
-  removeend('North' & char(10) & 'South', 7) //Returns 'outh' (the line space - char(10) - counts as a character)+  removestart('North' & char(10) & 'South', 7) //Returns 'outh' (the line space - char(10) - counts as a character)
  
 \\  \\ 
syntax/functions/removestart.txt · Last modified: by roberto

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki