|
|
|
Friday, 23 December 2011 00:08 |
Use Split to separate parts from a string. If your input string is "A,B,C" you can split on the comma to get an array of: "A" "B" "C".
class Program
{
static void Main()
{
string s = "there is a cat";
//
// Split string on spaces.
// ... This will separate all the words.
//
string[] words = s.Split(' ');
foreach (string word in words)
{
Console.WriteLine(word);
}
}
}
//OUTPUT
there
is
a
cat
 Read more: |
|
|
Wednesday, 18 August 2010 07:00 |
 | About Proview PDF Editor
A PDF editor for Mac OS X. It allows you to merge and split files, rotate flip and scale individual pages, or all pages, crop pages and modify the document information
- It can edit encrypted files, and can decrypt and encrypt PDF documents.
- You can also manage PDF bookmarks, add or remove PDF attachments, and add text and dates to one or more pages.
- Proview has a simple, clean interface with all functions easily accessible, and comes with full interactive help.
Features:
- Merge several documents into one
- Split a file into chunks
- Split a file on bookmark boundaries
- Delete pages
- Insert one file in another
- Many more features |
Read more: |
|
Monday, 08 March 2010 06:00 |
 | About Adze
Viewing and editing your GPX files is now simple. Features include tools for cutting, joining and deleting your recorded GPS tracks, smart data optimizations, the ability to split tracks at rest-stops, statistics calculation, time offsetting and integration with Google Earth. |
Read more: |
|
|
Thursday, 11 February 2010 06:00 |
 | About Proview PDF Editor
Proview is a PDF editor for Mac OS X. It allows you to merge and split files, rotate flip and scale individual pages, or all pages, crop pages and modify the document information
- It can edit encrypted files, and can decrypt and encrypt PDF documents.
- You can also manage PDF bookmarks, add or remove PDF attachments, and add text and dates to one or more pages.
- Proview has a simple, clean interface with all functions easily accessible, and comes with full interactive help.
Features:
- Merge several documents into one
- Split a file into chunks
- Split a file on bookmark boundaries
- Delete pages
- Insert one file in another
- Insert blank pages into a document
- Build a blank document from scratch
- Thicken Lines
- Blacken lines, text or fills
- Shift or rotate page contents
- Many more features |
Read more: |
|
|
|
|
|