Questions tagged [multiple-value]

172 questions
-1
votes
1 answer

return multiple output from option 1 , how to store it at main function and use it for option 3

How can I store the result of getYearOfBirth ,option 1 and 2 to main function and use it for option 3 where to print those result as receipt. What problem i have found is: 1) if I put , for example : int y; y=getYearOfBirth when I run until the…
zhezhi chew
  • 15
  • 1
  • 5
-1
votes
2 answers

Multiple value in CheckListBox

How to implement this case: I have CheckListBox with 20 items: Symptomp 1, Symptomp 2,.., Symptomp 20. User can select more than one symptomp. Something that make me confuse is, how to give multiple value for each of symptomp. Here is my code: for…
Alca
  • 81
  • 2
  • 13
-1
votes
1 answer

Multiple value parameter not loading on server

My problem is with the reporting services for sql2008: -I add a parameter to an already established report, where I get the names of certain people. RespStep, and it shows on the preview. But when I upload it to the server, it wontshow: It pretends…
-2
votes
2 answers

CGFloat Multiple value in Objective C

I noticed that in Swift you can pass multiple values into a CGFloat thing that is not possible in Objective c. Here's an example: let array: [CGFloat] = [0.0, 0.0, 0.0, 0.0] I need to get multiple values for a NSLayoutConstraint.constant, can you…
kAiN
  • 2,559
  • 1
  • 26
  • 54
-2
votes
1 answer

how to read multiple values from a field in csv file using python 3

Hi I have a csv file delimited by comma like this. name, email1; Email2; email3, etc, telephone I want to extract all the emails addresses from the email field using csv module in python. And from each email address write a row using the other…
-3
votes
2 answers

How to add additional Value in MySQL DB

How can I add one value to the field in my table? I update the field by below mysql, but it just update the value. UPDATE table SET value= 3 WHERE id= 1 So here is my actual want to do: Before I add value +--------------+ | table …
userzero
  • 109
  • 5
  • 16
-5
votes
1 answer

store multiple values in single column in mysql

table name :internship ,now i want to store "skill_required"for company name XYZ like skill are: php , java etc mow Question is at the time of company registration i have to specify text of or check box..etc and how to store it in database ?with id…
1 2 3
11
12