Some times back i got help on split a value…
I alt: -215,29
I got help to split this so that it’s not showing the text before… and only shows the value after ( … like this
Split(Upd_InterestRateValue,“:”).Last.ToString.TrimStart
Now i want to split this agian so that it wont show me that - minus sign and only show me int value (price)…
I have tried using same formula by changing : to - but its not wokring…
This is perfect buddy
But if the value sometimes doesn’t have any minus then it will not give any output
So in that case to make it reliable use a expression like this
In the Input is stored in a variable named str_input
Then in assign activity
by the way… you gave me another way to solv this regular expression issue… perfect… to good brother… Have a nice day…
kindly check my other thred about DATE issue.