Hi
I have a string that looks like this
C:\A123\DSDWE\d kdkddkdk-123.txt
I want dkdkddkdk and 123 as two different variable values.
How do I best achieve this using VB.NET? I have split this initially
and looped
over.
But I need a best way to do this. Please help.
Thank you
Scotty.
I have a string that looks like this
C:\A123\DSDWE\d kdkddkdk-123.txt
I want dkdkddkdk and 123 as two different variable values.
How do I best achieve this using VB.NET? I have split this initially
and looped
over.
But I need a best way to do this. Please help.
Thank you
Scotty.
Comment