Blog 2002-06-10 09:18:54
This site has been down for a few days, caused by a power failure.
This site has been down for a few days, caused by a power failure.
Yet another useful class, that splits strings into substrings, using one or more delimiters. Default delimiters are space, CR, LF, tab and FF. The Enumeration class, that this class subclasses, can be found in the Vector ”article”. You can use it like this: Dim tok As New StringTokenizer(”A very useful text”) Do While tok.hasMoreElements() Print […]
The RSS feeds has been corrected, since they did not contain valid XML… Credit goes to Jeff Barr for informing me!