J
Jack
Hi,
I am trying to extract a piece out of a string like the below:
1234-01 and I want to retrieve the piece before the - so 1234
1234 no - so I just want it as is
123456-01 so 123456
I have been trying to use split function but I cannot seem to get to work.
Any ideas?
Thanks
I am trying to extract a piece out of a string like the below:
1234-01 and I want to retrieve the piece before the - so 1234
1234 no - so I just want it as is
123456-01 so 123456
I have been trying to use split function but I cannot seem to get to work.
Any ideas?
Thanks