Page 1 of 1

Find position in string

Posted: Tue May 26, 2026 7:46 am
by bestchoice
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.