[Gambas-user] problems in trie class

Tobias Boege taboege at ...626...
Mon Dec 1 17:53:17 CET 2014


On Mon, 01 Dec 2014, Tobias Boege wrote:
>   Public Sub Add(Value As Variant, Key As String)
>     Dim hEntry As New _Trie_Entry
>     Dim sKey As String = Key
> 
>     If $iMode = gb.IgnoreCase Then sKey = String.Upper(Key)
>     hEntry.Key = Key
>     hEntry.Value = Value
>     Super.Add(Value, sKey)

-->   Super.Add(hEntry, sKey)

-- 
"There's an old saying: Don't change anything... ever!" -- Mr. Monk




More information about the User mailing list