Top "Multiple-value" questions

Hashtable with multiple values for single key

I want to store multiple values in single key like: HashTable obj = new HashTable(); obj.Add("1", "test"); obj.Add("1", "Test1"); …

c# hashtable multiple-value
How can I store multiple values in a Perl hash table?

Up until recently, I've been storing multiple values into different hashes with the same keys as follows: %boss = ( "Allan" => "…

perl hash multiple-value perl-data-structures
Android sqlite update row

Im trying to update a row in my table but the update function seems not responding. Is everything ok with …

android sqlite multiple-value
Excel: How to analyze cells with multiple values?

i have a table with a column NeedSegment containing cells with values like the followings: OEMrs;#Partners;#Balancers;#DoItYourselfers;#Savers …

excel pivot multiple-value
PHP Select List - Insert multiple values in database

I'm trying to insert multiple values in the database using select list. What I got so far: HTML <form …

php mysql selectlist multiple-value
Passing multiple request parameters with same name from table rows

I have a table with checkboxes that the user can check and delete that row in the table. I have …

jsp servlets http-request-parameters multiple-value
jQuery, how to get value of a specific checkbox in table row?

I have table with multiple rows but its row cotain 3 checkbox and button. Now, I want to update db table …

jquery checkbox multiple-value
Get Enum name from multiple values python

I'm trying to get the name of a enum given one of its multiple values: class DType(Enum): float32 = ["f", 8] …

python enums multiple-value
Are there any way to use delphi inputbox with multiple values?

I want to get multiple different types values (time, pressure, name, ...) from user. and I want to customize my inputbox. …

delphi inputbox multiple-value
<select> tag and returning multiple values to javascript method

I have an issue with the data which is sent from a drop down menu, the selector only returns a …

javascript html dom drop-down-menu multiple-value