Friday March 29, 2024

       
      SteelArrow Basics
      SteelArrow Tags
  SteelArrow Functions
  SteelArrow Objects
  Advanced Topics
  WAS Overview
   
   
       
      Overview
  Code Samples
  Site Search
   
   
   


Get SteelArrow!     
  substring    
 
 
Return to Function List
 
Returns a substring of a supplied string. If 'count' is not specified, extraction starts at 'start' and includes the rest of the string.
 
Syntax
Substring( orig_string, start [, count] )
orig_string Original string to extract substring from.
start Zero based index to start extraction from.
count Number of characters to retrieve (if not specified, retrieves rest of string from start).
 
 
 





Copyright © 1998-2004 Tomahawk Technologies Inc.
Privacy Policy