/******* question*************/ how do i compare individual values stored in value variable?
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
1
posted
0
The StringTokenizer nextToken() method returns a String so you would use the String equals( String ) method. NOTE: Not the == object identity method. See the java.util.StringTokenizer javadocs.