View Single Post
  #2 (permalink)  
Old 04-22-2008, 06:39 PM
DonCash's Avatar
DonCash DonCash is offline
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 240
DonCash will become famous soon enoughDonCash will become famous soon enough
Is this code in a class block?

eg

Code:
class Class1 { private static boolean number(String Number, Interface, theStub){ try{ String List = theStub.getnumber(); StringTokenizer tokens = new StringTokenizer (List); while (tokens.hasMoreTokens()) if (tokens.nextToken().equalsIgnoreCase(Number)) return true; }catch (Exception e) {System.out.println("Error : " + e); } return false; } }
__________________
Did this post help you? Please
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
me!

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote