logic_substring is a point entity available with any version of Mapbase.

Returns substring of a string parameter

In memory of Holly Liberatore (moofemp)



KeyValues

- Substring start position (startPos) <integer>
Position of the first character to be copied as a substring
- Substring length (length) <integer>
Number of characters to include in the substring (-1 = until end of string)

Flags

- [1] Start Disabled : 1

Inputs

- Disable <void>
Disable entity functions.
- Enable <void>
Enable entity functions.
- InValue <string>
Input a string to substring and return through OutValue
- SetLength <integer>
Set length of substring
- SetStartPos <integer>
Set start position of substring

Outputs

- OutValue <string>
Output substring from InValue