Hide Comments
Hide Comments

Comments (0)

Splits an input string into a dynamic array of strings (which are assumed to be numbers). The SplitNumbers function uses the delimiters plus the special delimiters of '+' and '-' to split the string (e. g. , the string '100+99' is two numbers and is valid)

Namespace: FMX.RS.SVGUtils

expandingSyntax

Delphi

 function SplitNumbers(const S, Delimiters: string): TStringDynArray; 
 

Parameters

S

Type: string

Delimiters

Type: string

Return Value

Type: TStringDynArray

expandingSee Also

Reference

Comments (0)

RiverSoftAVG SVG Component Library (RSCL) © 2013-2015, Thomas G. Grubb