get cell
command, and storing in a system variable clipboard
I have done up to step 1 and guide me how to do the second step.
Solution for UiPath.
The easiest way would be to use the Split
function of VB.Net.
Therefore, add a Assign
activity. Create a new variable here called NewValue
. Give it the following value:
"10.1.1.0/27".Split("/")(0)
Or you set 10.1.1.0/27
to a variable called InputValue
InputValue.Split("/")(0)
That command gives back 10.1.1.0
right into your variable NewValue