st = StringTokenizer( sValue ) if st.hasMoreElements( ) then token = st.nextElement( ) println( "next element: " + token ) end