Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
R0mb0 authored Dec 3, 2024
1 parent c4514e8 commit 3045e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dictionary_Library/Dictionary.asp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ End Function
'Function to get dictionary dimension'
Function get_dictionary_dimension()
get_dictionary_dimension = UBound(my_dictionary)
get_dictionary_dimension = UBound(my_dictionary) + 1
End Function
'Funtion to check if a key has been used'
Expand Down

0 comments on commit 3045e1d

Please sign in to comment.