-
help me with a code
I use string delimiter functionality and retrieve value from log like following format on text file
system SubTicket id ticket id
-----------------------------------------------------------------------------------------------------
Tata 268535910#268898468#268436256 1035766
Unisys 1035766
Infosys 268535910#268898468#268436258 1035766
Kanbay 268535910#268898468#268436254 1035766
But after retieving values i nned to arrange out put in the following way
system SubTicket id ticket id
__________________________________________________________________________________________ ____________
Kanbay 268535910#268898468#268436254 1035766
Tata 268535910#268898468#268436256 1035766
Infosys 268535910#268898468#268436258 1035766
Unisys 1035766
it is only example.........lot of numbers comes on subticket id......based on that ineed to arranging asending.....Is it possible in java.....If so can any body help me with code
-
yeah.. it's possible.. ask a more precise question please. put it in an array and use collection.sort or write your own sort method...
-
can u please tell where u r facing pblm in understanding question
-
just write step by step in propper english what you have what you want and where exactly your problem is...
Similar Threads
-
Replies: 8
Last Post: 04-03-2002, 06:41 PM
-
Replies: 150
Last Post: 03-04-2002, 05:40 PM
-
By devi in forum VB Classic
Replies: 3
Last Post: 07-09-2001, 03:25 PM
-
By Steven Bell in forum .NET
Replies: 260
Last Post: 06-01-2001, 04:32 PM
-
Replies: 1
Last Post: 09-22-2000, 09:11 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks