Find position in string
Posted: Tue May 26, 2026 7:46 am
Hello!
I need to split string for 2 parts before and after first " " char.
AA BBBBB I need BBBBB
A CCCCCC I need CCCCCC
My problem is that " " is in different positions.
I need some Find substring in string function to use SUBSTR
Thanks.
I need to split string for 2 parts before and after first " " char.
AA BBBBB I need BBBBB
A CCCCCC I need CCCCCC
My problem is that " " is in different positions.
I need some Find substring in string function to use SUBSTR
Thanks.