st = StringTokenizer( sValue ) if st.hasMoreTokens( ) then token = st.nextToken( ) println( "next token: " + token ) end