FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » General » Test Forum » Code test
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Code test [message #25140 is a reply to message #25129] Fri, 27 May 2005 07:48 Go to previous messageGo to previous message
ILyUKhA is currently offline  ILyUKhA   Russian Federation
Messages: 3
Registered: March 2005
Karma:
Junior Member
private void newOnCallInstance(String analyst, String date, String timeIn, String timeOut, String problem, String resolutiofaasdfasdflkjsdafjk asdfk;jadshfjkashjkf;d kj;ahsljkdfhdasjk fhjklsdaghlfadg hldashgkl;jafhg;jks dhfjkl;ghasfdjghak; hgj;kadf gh;jkadf ghk;ja hgj;k ajkl;gh;jkgh hja hjkgh;jkhk;h ;jkh j;k hj hgjk;hk;jafsdk;jdfh ;kagn) {
          
          try {
          
              // Create a file output stream without overwrite
              FileOutputStream output = new FileOutputStream("data", true);
              
              // Print Stream
              PrintStream print = new PrintStream(output);
              
              // build tags
              analyst = "ANALYST = "+analyst;
              date = "DATE = "+date;
              timeIn = "TIME IN = "+timeIn;
              timeOut = "TIME OUT = "+timeOut;
              problem = "PROBLEM = "+problem;
              resolution = "RESOLUTION = "+resolution;
              
              // Print tags
              print.println(analyst);
              print.println(date);
              print.println(timeIn);
              print.println(timeOut);
              print.println(problem);
              print.println(resolution);
              
          }
          
          catch(Exception e) {
              
              System.out.println("FILE CANNOT BE FOUND");
              
          }
          
      }

[Updated on: Fri, 27 May 2005 07:48]

Report message to a moderator

[Message index]
 
Read Message
Read Message
Read Message
Previous Topic: Test
Next Topic: mi test
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Jul 01 13:28:08 GMT 2024

Total time taken to generate the page: 0.05330 seconds