No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
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. | |
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 … | |
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 … |
The End.