T
Thief_
I have the following text:
<font class="sub-row">in .NET / VB.NET</font>
I want to return two values into two variables as such:
V1 = "in .NET"
V2 = "VB.NET"
Note that the above text will not always contain the words "in", "VB" and
".NET".
Thanks
<font class="sub-row">in .NET / VB.NET</font>
I want to return two values into two variables as such:
V1 = "in .NET"
V2 = "VB.NET"
Note that the above text will not always contain the words "in", "VB" and
".NET".
Thanks