Skip to content
cpgames edited this page Jul 14, 2022 · 1 revision

image

Retrieves a substring from Source. See String.Substring Method.


Input Ports:

Start - execution entry.
Source (type: string) - input string.
Index (type: int) - zero-based starting character position of a substring in Source.
Length (type: int) - number of characters in the substring.


Output Ports:

Done - execution exit.
Result (type: string) - string that is equivalent to the substring of Length that begins at Index in Source.

Clone this wiki locally