[thelist] More ASP/database (almost there)...

Scott Dexter sgd at ti3.com
Wed Apr 18 15:15:00 CDT 2001


Oops. Getting this fixed before Matt points it out ;)

> For each Key in dctCategories
> 	dctCategories(Key).Value = Left(dctCategories(Key).value,
> Len(dctCategories(Key)) - 1)
> next


should be:

For each Key in dctCategories
 	dctCategories(Key).Value = Left(dctCategories(Key).value,
Len(dctCategories(Key).value) - 1)
next


thanks for putting up with me
sgd




More information about the thelist mailing list