27
Views
0
Comments
[HashTable] Set method to set a value for specific key
hashtable
Service icon
Forge asset by Guilherme Pereira
Application Type
Traditional Web

How I can set a value for a key in hashtable. Can we add a set method in forge. For now i have to remove and add key with new value.

 Can we do something like this:

// Setting the value associated with key "c" in hashtable "mytable".

        myTable["c"] = "C#";

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.