String functions help
Posted: Tue Nov 24, 2009 6:59 pm
Hi - I'm somewhat embarrassed to ask this but I'm having problems finding this in the docs.
Is there a function similar to "leftstring" in other languages that will return the specified contents of a string. Such as if x="123456" then leftstring(x,3) would return "123"
I know I could probably use find to do the same but was hoping its already there.
Thanks
/leonard
Is there a function similar to "leftstring" in other languages that will return the specified contents of a string. Such as if x="123456" then leftstring(x,3) would return "123"
I know I could probably use find to do the same but was hoping its already there.
Thanks
/leonard