Hello guys,
This may be a very easy questions but I couldn't figure it out. I have a string variable that looks something like this:
MMDC-6MA.
CC - GG55
GMO - GU564
I need to extract the first letters before the sign "-", So I need: GMDC , CC, GMO.
Any ideas?
I would greatly appreaciate it,
Marvin
This may be a very easy questions but I couldn't figure it out. I have a string variable that looks something like this:
MMDC-6MA.
CC - GG55
GMO - GU564
I need to extract the first letters before the sign "-", So I need: GMDC , CC, GMO.
Any ideas?
I would greatly appreaciate it,
Marvin
Comment