Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~462 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ondegotariq

Hi, Is it possbile to join only specific items in a list using indexes. Lets say I have 100 items,i would only like to join items[1-30]. Please advise.

Member Avatar for ondegotariq
0
93
Member Avatar for ondegotariq

I am trying to join two lines in a text file and write as one line without a line feed,but the combined line is being forced to several line feeds. What I have on original file: [line1:abcdefghijklm CR line2:nopqrstuvwxyz CR CRLF] What i need: [output:abcdefghijklmnopqrstuvwxyz CRLF] What I am currently …

Member Avatar for JOSheaIV
0
203
Member Avatar for ondegotariq

I would like to write string list items into a single line.At the moment when I do the write,it breaks the line with newline feeds with multiple lines.See section from code below: List<String> stringList = new List<String>(); stringList.Add(line1); while (line2 != null) { if ( line1.Length >= 8 && line2.Length …

Member Avatar for ondegotariq
0
166