How can I remove parts of a variable

Hey guys,

I’ve made a Get Text function that saves it’s data in a variable.
Sadly I can only scrape the part I need + the text deals in it.

How could I remove the text deals automaticly in the variable so I am only left with the number I need?

Regards and thanks

can you share some examples.

1 Like

Do string manipulation. If the number is at a fixed location do substring or split etc.
Provide a sample and we can help you out if you are unable to do it.

Fixed it due string manipulation, thanks a lot!

1 Like

Great! :slight_smile:

[Please close this thread marking the answer as solution]

1 Like

Hi,
I have the same problem. can you explain how you resolved this?

thanks
Terri

Do string manipulations.

Hi @devopsnr

For your reference you can read the article link below.

cheers :smiley:

Happy learning :smiley:

1 Like

Hi Udayrayalla

Getting this error message.

image001.png