Click here to Login
Email
Password
Remember me
Forgot my Password
Trading Software
Features
Trading objects
How-to
Blog
QuantShare Blog
Users Blog
Forum
Partnership
White Label
Search
0
StringExtractEnds
Function - STRINGEXTRACTENDS
STRINGEXTRACTENDS
String Extract Ends
String
SYNTAX
StringExtractEnds( ARRAY string, ARRAY value)
RETURNS
TEXT ARRAY
DESCRIPTION
Extract a string from the string in the first parameter, starting from (Length of the first parameter string - number in the second parameter) and ending at the length of the first parameter string
ADDITIONAL INFO
EXAMPLE
StringExtractEnds("HELLO", 2)