Question
I want to be able to do:
For Each thing In things
End For
CLASSIC ASP - NOT .NET!
Answer
Whatever your [things] are need to be written outside of VBScript.
In VB6, you can write a Custom Collection class, then you'll need to compile to an ActiveX DLL and register it on your webserver to access it.
< br > via < a class="StackLink" href=" http://stackoverflow.com/questions/2300/" >How do I build a collection in classic ASP?< /a>
0 comments:
Post a Comment