Code archives/Miscellaneous/-

This code has been declared by its author to be Public Domain code.

Download source code

- by Pineapple2005
-
-

Comments

BlitzSupport2005
Nice job!

Just for anyone else trying it, there are a few tabs at the end of lines in the example code at the bottom which need to be removed (gives "unexpected end of line" error otherwise).


Pineapple2006
-


jfk EO-111102006
cool :)

EDIT:

There seems to be a little bug: the line

For searchString = 0 To Len(tempLine$)

gives me a "Index must be greater than zero" error nomatter what I do. Editing it to:

For searchString = 1 To Len(tempLine$)

seems to fix it.


Pineapple2006
-


Code Archives Forum