Past (20 years or so) and present code. A variety of languages and platforms. Some gems. More gravel. Some useful stuff and some examples of how not to do it.
Thursday, August 25, 2005
[VBScript] Changes to existing stuff
Just a couple of changes. To the Container class I've added
public sub Clear
redim vat(0)
itemCount = 0
end sub
and I forgot to include the DQuote for PArray
Function DQuote( aText )
DQuote = Chr( 34 ) & aText & Chr( 34 )
End Function
No comments:
Post a Comment