Open Dev Kit Documentation :: General :: Text :: Cut Sides
Root.Text.CutSides( Text String, Characters (Left) Integer, Characters (Right) Integer ) StringCuts out both the left and right portions of a String and returns the rest
Parameters
- Text String
- The text being cut
- Characters (Left) Integer
- The number of characters to cut out from the left
- Characters (Right) Integer
- The number of characters to cut out from the right
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
