logic_substring
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
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)
Number of characters to include in the substring (-1 = until end of string)
Flags
- [1] Start Disabled : 1
Inputs
- Disable
<void>
Disable entity functions.
Disable entity functions.
- Enable
<void>
Enable entity functions.
Enable entity functions.
- InValue
<string>
Input a string to substring and return through OutValue
Input a string to substring and return through OutValue
- SetLength
<integer>
Set length of substring
Set length of substring
- SetStartPos
<integer>
Set start position of substring
Set start position of substring
Outputs
- OutValue
<string>
Output substring from InValue
Output substring from InValue
