JackSkellington
Technical User
I have the following code
strTest= Me.arrtest(x).ToString
I need to remove part of the Me.arrtest(x).ToString that begins with a "(" that doen't always occur at the same index.
Any ideas??
strTest= Me.arrtest(x).ToString
I need to remove part of the Me.arrtest(x).ToString that begins with a "(" that doen't always occur at the same index.
Any ideas??