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 1618255 commit ce9571a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dictionaries_Library/Test.asp
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ add_element_to_dictionary_array dictionary,"0023","Oggi voglio..."
add_element_to_dictionary_array dictionary,"0024","Nuovo blocchetto"
write_dictionary dictionary
Response.Write("--- Check dictionary dimension --- <br>")
Response.write("Dictionary dimension: " & get_dictionary_dimension(dictionary) & "<br>")
Response.Write("--- Check if the key 0010 has been used --- <br>")
Response.Write("Has 0010 been used? " & check_if_key_has_been_used(dictionary,"0010") & "<br>")
Expand Down

0 comments on commit ce9571a

Please sign in to comment.