Hi,
To split some data in a string, i'm using "FindOneOf(RefIDWL,' - ',1)".
Everything works wel except that the function does not only find ' - ' but also '-'.
Is there a solution?
Greetings
Dirk.
I think what you really need is Index() function
Index(RefIDWL, ' - ', 1)
I think what you really need is Index() function
Index(RefIDWL, ' - ', 1)