User:Eriksiers/Linked List: Difference between revisions

m
updated lang tag
(fixed a few bugs^H^H^H^H brain farts)
m (updated lang tag)
Line 1:
This is a [[linked list]] class for [[:Category:Visual Basic|Visual Basic]] & [[:Category:VBA|VBA]]. It should work at least as far back as VB4.
 
<langsyntaxhighlight lang="vb">'This class is in the Public Domain.
Private Type Node
data As Variant
Line 233:
End If
prevNode = True
End Function</langsyntaxhighlight>
1,150

edits