In computer programming, a switch, case, select or inspect statement is a type of selection control mechanism

learn more… | top users | synonyms (2)

0
votes
1answer
35 views

How To Make The Facebook Like Button Display None When Logged In As Page

I have the Facebook like button on my site http://theganjagirls.com ... everything looks and works fine when I'm logged into my Facebook account... But when I'm logged in as a page admin, the Facebook ...
-2
votes
3answers
83 views

nested foreach loops with switch statement not incrementing case variable [closed]

I have this code: foreach(List<string> build in Builds) { int i = 0; foreach(string item in build) { ...
0
votes
4answers
39 views

Switch statement in jQuery not working

I was writing a little jQuery function that changes the value of a form field when the user changes the value of a drop down list. My function for changing the data works but for some reason it is ...
0
votes
1answer
60 views

Use php switch statement to show selected item [closed]

We are meant to display only the selected item in a problem for a class. We built an html menu with drop down menus for the days and the items, then the price is input. On the bottom there is another ...
1
vote
2answers
38 views

Using Thread with paint java

I'm developing a checkers game in Java, and I stumbled on a problem. What I'm trying to create is that when a checkerpiece is pressed, the available 2 spots in front of it should turn into grey for 2 ...
0
votes
3answers
55 views

case staement switch with an intent

I was wondering if there was a way to do this so it would look better. How can i change this so i could compare integers instead or is there a easier way to do this so i don't have a lot of if ...
0
votes
2answers
52 views

Connect to a Cisco switch with SSH and Ruby

I'm trying to connect to a Cisco Switch with SSH and ruby. The problem is that I need to enter an empty 'login as' then it will ask me for an User Name and Password. On Putty I do like this: Here is ...
0
votes
1answer
13 views

Control Statements: Why is my 'New Balance' change when I 'charge to credit' then 'pay credit' twice?

I tried reading from the start of this Java book and do some of its exercises for summer vacation. The I came up with this problem: "(Credit Limit Calculator) Develop a Java application that ...
0
votes
1answer
40 views

Handling textbox .change when using JQuery UI Autocomplete widget

I have a search box with a JQuery UI autocomplete function. I want the terms entered by the user to be compared against a set of cases (see "kittens" and "puppies" in the switch statement below. See ...
0
votes
1answer
58 views

PowerShell custom Cmdlet using SwitchParameter

I have the following code, where I try to create a custom Cmdlet for PowerShell using C#. What I want to do with my custom cmdlet is that, user should call it with two parameters, from which first one ...
0
votes
1answer
21 views

PHP Routing: use SQL result as “router”

I have the following index.php: <?php $uri = $_SERVER["REQUEST_URI"]; require_once "sql.php"; $link = mysqli_connect($host, $user, $pw, $db); $urls = $link->query("SELECT URL FROM TEST"); ...
0
votes
0answers
57 views

Moving through node field point to point coding in C

In the process of making a program that moves through a node field from point X to point Y. I am new to C and I'm having issues with errors in my code. I'm asking for your help to fix these (most ...
-5
votes
3answers
80 views

Preventing If within If functions (or cases)

I'm building a code where I have to go trough alot of if/case functions. This on itself is not really a problem only that alot of these if's are the kinda the same. In my code it has to go trough an ...
2
votes
1answer
86 views

Why can't Scala optimize this match to a switch?

I have this pattern match that matches only on Byte values but when I add the @switch it says: could not emit switch to @switch annotated match What am I missing here? Just FYI, what I have ...
0
votes
1answer
40 views

Clang Analyzer false positive or overflow?

Below is the simplification of some code of ours which seems like it demonstrates a bug in the clang analyzer, though it's possible there's a real bug in our code. typedef enum { value1 = ...
-1
votes
2answers
68 views

c# Case switch method in a class [closed]

Trying to have a method inside a class and I'm having trouble setting it up. Trying to set up a string appstatus method that saves the string to appstatus but first must set the value to it. I want to ...
1
vote
4answers
35 views

switch case isset triggered when case is -not- set

--Let me add this. This code works for me the way it is. I just do not know why it works.-- I can't figure this out. switch ($_SERVER['QUERY_STRING']) { case isset($_GET['test0']): echo ...
0
votes
2answers
52 views

switch-case statement as a method in a public class

Looking to implement a switch case statement method inside a class. I have a class that I'm writing to from a SQL select and sql datareader. Having trouble setting up the Status class which I pass in ...
0
votes
1answer
52 views

Multiple inputs to switches in MATLAB Simulink Stateflow

I want to model a turning light from a car. To this end, I need to specify the user input for the trigger. So far I have used two binary switches - one for the turning light right and one for the ...
0
votes
2answers
42 views

Switch/Break indenting in PHP [closed]

I have a really dumb question and not really important but it has been bugging me for quite some time: how do I indent "correctly" the "break;" inside a switch statement in PHP? Like this: case ...
1
vote
1answer
35 views

Mobile & Desktop CSS files, cookies and switching between the two

The web site I am currently working on is using a custom CMS, and there has been mobile integration using split CSS files, so I have: - desktop.css - mobile.css There is a Javascript that detects ...
0
votes
1answer
28 views

Condense switch statements in bash; cards [closed]

So I have this completed code here, but I wanted to make it more efficient, specifically the switch statements. I know there's a way to print out all the suites and denominations results by ...
0
votes
0answers
38 views

How do i populate a listbox with registry subkeys from a dropdown list which has root keys?

I've been trying to populate a list box with subkey values from a drop down list, which contains the names of all the root keys as strings. Each time i remove the the default field it gives me the ...
0
votes
0answers
42 views

How can I use switch statement in codeigniter form_dropdown?

I want to use switch statement in codeigniter form_dropdown. My code seems like: $schedule_options = array(); foreach($schedules as $schedule){ $schedule_options[$schedule->scheduleId] = ...
2
votes
3answers
49 views

change the used equality operator for a “case” block (Ruby)

I want to have a code like: x = Date case x when Date puts "Date" when String puts "String" else puts "Unknown" end I know that x == Date is true, but x === Date is false. So I get "Unknown" ...
0
votes
2answers
37 views

How to use variable name in a switch statement?

Can I somehow simplify my code below and use only one switch statement? It looks like I need 3rd switch so it would be great to use only one if possible. $input_separator= ...
0
votes
1answer
50 views

Dynamic switch statement for keypress (Javascript)

I've got a website that has full width and height div's (each div is effectively a page) and you navigate through them using links and hashes; <a href="#work"></a> will scroll you to the ...
-1
votes
0answers
19 views

Trying to figure out objects and switch statements

Ok the short of it is that I have 4 dice that are 12 sided each. The dice get rolled a million or so times then the results get tallied and a winner is declared. I had the dice rolling and giving me ...
-2
votes
4answers
74 views

Hexadecimal Value In C++ Switch Statement

Is it possible to perform a switch with a hexadecimal case statement? for example: switch (integer) { case: 1 function(); break; case: F: function(); ...
7
votes
3answers
128 views

final variable case in switch statement

final int a = 1; final int b; b = 2; final int x = 0; switch (x) { case a:break; // ok case b:break; // compiler error: ...
-1
votes
1answer
37 views

Android Development Switch case problems

package com.gofitness.www; import android.app.Activity; import android.os.Bundle import android.view.View; import ...
1
vote
2answers
61 views

How use a switch case for two variables? [duplicate]

Consider the code : private String mode; // current played mode private void func(int row , int column) { // rotation mode if ((row == 0 && column == 0) || (row == 2 ...
0
votes
0answers
33 views

How to implement “desktop site” and “mobile site” in the website

This is bit tricky for me. I have two separate websites for mobile and desktop versions, say m.abc.com and abc.com both having its own html files. These both websites are implemented separately, ...
4
votes
2answers
158 views

Switch not working in C++

I came across very strange problem today. Lets concider the following code: int llex(){ cout<<"enter 1"<<endl; char32_t c = U'('; cout<<(c==U'#')<<endl; ...
-1
votes
4answers
35 views

Register form Error Correction in PHP - Best solution?

I'm looking for as simple approach to correcting errors such as non-matching passwords and people inserting blank data into a form in HTML. I want to use PHP to throw me back an error when this ...
3
votes
2answers
82 views

Why is “switch-case” considering a #define'd identifier as constant but not a const-qualified variable?

This program produces the following error: case label does not reduce to an integer constant| I simply fail to understand why an explicitly declared constant third_cond,assigned initializer 3,that ...
0
votes
1answer
31 views

Error regarding switch expression (must be a bool, char, string etc.)

I am adding a voice control feature to my program. I have an error with the code, which I cannot seem to get rid of. The voice control will allow the user to control aspects of the program without ...
6
votes
2answers
52 views

switch-case performance in ECMAscript

I'm using switch-case statements on regular bases in ECMAscript. Beside my personal endorsement about it, there is tons of specialist literature out, about performance in this language in general and ...
0
votes
2answers
25 views

Code failing to pass query criteria to URL

My problem is that since I added the SWITCH function to the code for quering with cat_id the code can no longer pass the query criteria to the URL for paginating. cat_id is a categoryID which is saved ...
0
votes
1answer
64 views

Linux how to use rm and exclude switch

Hi guys I was wondering how we can use linux rm command with --exclude switch? For example like grep has exclude function when searching over the files.
0
votes
1answer
33 views

php Switch statement and 0

Hi i see a code today like that $i=0; switch($i){ case 'TEST': print "Test";break; case 0: print "0";break; } The normal output seems to be 0 but it prints Test. Then i try to understand ...
-1
votes
2answers
63 views

Unable to make recursive call to same subroutine using perl switch statement

I am using switch statement to check the argument provided on the terminal. The provided script is working fine if the end user provide $perl test.pl -help but when user is giving the under ...
0
votes
3answers
70 views

Powershell Switch - Set amount of choices based of the amount of Array elements

I'm trying to create an "switch" statement that will have amount of choices based from the amount of returned objects. First Example: [array]$A1 = ("QWERTY", "ASDFGH") so the "switch" function ...
3
votes
4answers
203 views

Grading system in C++

So this is my C++ question : Write a program that translates a letter grade into a number grade. Letter grades are A, B, C, D and F, possibly followed by + or -. Their numeric values are 4, 3, 2, 1 ...
1
vote
1answer
21 views

Controlling switch using java but not xml in Android

Is there a way that I can control the switch in the java source but not in the .xml ? I want the switch to be on/off depending on a preference I've saved.
1
vote
1answer
64 views

java switch cyclomatic complexity vs performance

I have a case here where the switch statement contains about 40 cases of each returning a different configured object based on input. This method is shown as having too high cyclomatic complexity in ...
0
votes
2answers
33 views

Ignoring invalid entries

My title isn't exactly the best but I'm not sure how to name what I am trying to do. Either way, I have a case-switch... switch (input) { case "A": Item item = new Item(); ...
0
votes
1answer
39 views

Coffeescript: unexptected then in a switch statement

I'm trying to use a simple switch statement but it doesn't compile. Here's the code: tag = 0 switch tag when 0 then alert "0" when 1 then alert "1" The coffeescript ...
3
votes
2answers
96 views

switch case in java by strings < 1.7

function checkValue(value) { if (value === null || value === undefined || value === '') { return '-'; } else { switch (value) { case true: return 'Yes'; ...
0
votes
0answers
15 views

Network traffic between 2 servers using direct link and network

We have two servers both with two network cards. Both servers are connected to our network to our standard network 10.11.0.X (255.255.255.0) Server A- 10.11.0.1 – nic1 Server B- 10.11.0.2 – nic1 We ...

1 2 3 4 5 49