Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~185 People Reached
Favorite Forums
Favorite Tags
Member Avatar for MarcFielding

Hello everyone, I wondered if anyone had a VERY fast way of doing the following: Astring = "This is my test string that can be any length" Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") Arraylist.add("whatever") What I want to do is compare the contents of the array to the string and …

Member Avatar for MarcFielding
0
76
Member Avatar for MarcFielding

Hello Everyone, I was hoping for some advice on my little problem as i'm a little stumped. I writing what is basically a telnet client using sockets in vb.net. The client works fine until I want to start parsing the received text for ANSI escape sequences(the ones that give colour). …

Member Avatar for MarcFielding
0
109