An "if" statement is a control structure in many programming languages that changes the execution flow depending on a condition.
0
votes
1answer
27 views
Substitute for if statements when using Constants
I think the best way to describe my question, is to describe what I am doing first.
I have a simple activity with 3 listpick options (Buttons that launch a listview).
Each ListPicker has 8 items in ...
12
votes
9answers
415 views
How to reduce if statements
The program below functions as necessary but how do I reduce the amount of if statements. I have been told that if your function contains 2 or more if statements then your doing it wrong. Any ...
2
votes
7answers
127 views
Simplifying an if-statment
I have a program with a few if-statements similar to the one I'm about to present to you. I was wondering if you guys could help me simplify this equation in any way. The reason why I ask is because ...
1
vote
2answers
34 views
windows 7 batch script- if statement not working
cd C:\Users\user1\Desktop
if "%time:~0,1%" == " "
ren 85.txt %time:~1,1%.txt
else ren 85.txt %time:~o,1%.txt
pause
The script above is not working, but if I put the following line into file:
...
0
votes
1answer
30 views
Peculiar situation inside an if loop
I find myself in a very very peculiar situation . The issue is that the function that I am trying to call inside an if loop does not work . But if I call the same function without the if loop it works ...
0
votes
1answer
41 views
Resolving compiler error: pointer potentially uninitialized
I need to resolve an error that the compiler is picking up on - I understand why it's picking up on that error but need to resolve it since the function (throwing the error) will only execute when the ...
3
votes
1answer
66 views
Is an if statement guaranteed to not be evaluated more than necessary?
Given two conditions with an && connection. I know that the order of evaluation is from left to right. But if the first condition resolves to false, it the second condition guaranteed to not ...
0
votes
0answers
4 views
Adobe Acrobat drop down menu script
I'm very new to JavaScript.. I'm using Adobe Acrobat Pro to make form for my company. The form is an overtime sheet for employees to fill out. In that form i have to include the type of day the ...
0
votes
3answers
71 views
C# false if statement being used
SOLVED: the code was excecuted via events every 10 ms, increasing the time it takes between events solved the issue.
I´m experiencing an odd IndexOutOfRangeException which shouldn´t be happening. ...
-1
votes
1answer
36 views
i have 3 if statment that include 3 queries related to each other by foreign keys the system display error message how to fix it?
i have three if statment that query 3 tables and each table have a foreign key from the table before but the problem that the system do not take the foreign of the other table (id) instead it make ...
2
votes
3answers
64 views
USING if statement do not work as it should [closed]
I have an if statment used in my code but the logic of the code do not work as it should what I want is that when the user enter the city name without entering the district name the system must ...
1
vote
1answer
33 views
if statement with getelementbyclass
First off, I am relatively new to programming. I have been making myself familiar primarily with VBA. I have asked questions here before and so far the responses have been very helpful so I am trying ...
0
votes
1answer
25 views
How to change DOM as 'if/else' statements are true individually, and also set variable to true if all if statements are true?
Wasn't sure how to phrase this question as per usual.
I've been working on this password validation for a while (few previous questions on it) and I'm getting closer.
I have an html list showing ...
0
votes
0answers
9 views
Wordpress - Showing And Not Showng Category On Breadcrumb
I have this code in function.php
elseif ( is_single() && !is_attachment() ) {
$cat = get_the_category(); $cat = $cat[0];
echo get_category_parents($cat, TRUE, ' ' . $delimiter . ' ');
echo ...
0
votes
2answers
54 views
Why is the else statement still printing after the if statement is satisfied?
Sorry I'm new to stackoverflow but I had a problem while coding. I created this simple
program but I noticesd that it still printed the else statement after it was done with the if statement. The ...
0
votes
3answers
79 views
Weird bug with floats in if-statement
So in my C++ code I have the following line of code for debugging purposes:
if(float1 != float2)
{
std::cout<<float1<<" "<<float2<<std::endl;
}
What's happening is that ...
-2
votes
1answer
29 views
iferror statement for macros in vba excel
I have a macro that at one point creates a pivot table. My problem is sometimes not all the values are in the second column and I get an error.
I figured a way around this by getting the values from ...
1
vote
1answer
47 views
PHP double loop problems in Wordpress
First of all, I'm using Wordpress. I have a loop that displays a custom content type called events. I have user accounts that get tied to this event in the backend and I have it setup to output ...
0
votes
2answers
43 views
If statement error with variable
I have had this problem for a while and finally i narrowed it down to what it is (I think).
I am trying to put a limit on a income and the limit is $storagecap each $warehouse is = to 500 $storagecap. ...
1
vote
2answers
21 views
MySQL Problems with IF Statement and TIMESTAMP
I'm trying to make a query that has the following behaviour:
Insert a new row if :id = NULL or a row where id = :id doesn't exist yet.
Update the an existing row if a row where id = :id already ...
0
votes
7answers
101 views
if else code blocks … or one if with multiple OR ( | |) conditions within it ? in C
I was writing a small text matching program in C, which basically checks for the presence of a few characters in some strings (in form of char arrays). Its working now and I have a code block like ...
-7
votes
2answers
69 views
How do you create multiple “if” statements? [closed]
I need help in my java script.
I want to create if then if else and last else... but it won't work :(
if(fallingFrame >= fallingSpeed) {
if(floor.contains(pt1) || floor.contains(pt2) || ...
1
vote
4answers
40 views
Multiple if statements for function to load [closed]
I'm trying to make an if-statement, were two parameteres needs to be there for the function to load, else should nothing happen.
Here it says form = false OR question.length == 0. But I need both not ...
0
votes
2answers
45 views
Cant get my if to work in my shellscript
To be as simple as I can be.
I want this script to catch a line whitch say "hello" in the logfile called "out.log"..
The problem I encounter is that it always get "echo expression evaluated as false" ...
0
votes
0answers
11 views
How to write a \newenvironment with a conditional structure and one optional parameter [migrated]
I would like to define a new environment with an optional parameter. Currently, I have
\theoremstyle{plain}
\newtheorem{prop}{Proposition}
\newenvironment{propExt}[1][]{\ifx!#1! \begin{prop}
\else ...
0
votes
1answer
32 views
Javascript - Unexpected token if
I'm getting an 'Unexpected token if' in the code below. I can't figure out why, the code looks legitimate to me.
var count = 30;
var counter = count;
var testinterval;
testinterval = ...
0
votes
1answer
19 views
Prevent duplicate enteries being inserted into SQL server db?
net, razor, webmatrix, working with .cshtml pages.
I am using a jQuery to open a modal form and using that form to insert data into the SQL db (SQLExpress 2012). I am trying to restrict duplicate ...
0
votes
1answer
95 views
Why is the program setting it to “else” when it should be on “if” here?
I am developing a game.
There is a picturebox on the scene and the image for the picturebox is set in an array that changes randomly after the user answers the correct name of the image in a ...
2
votes
3answers
116 views
better way to do this?other than lot of if else condition
i'm just start learning php,javascript etc....trying to do a member system using ajax , just done today , and i check it back , i found i'm only using if else statement to do all the code...any better ...
0
votes
0answers
39 views
for loops with if statements vs for loop while loop
I´m trying to build a descendent gradient method to get MLE estimation;
I saw several forums with questions about if statements, while loops,… but I still get problems with results; can someone please ...
0
votes
0answers
11 views
If a certain video is selected, display the relevant video title and content. (php)
I have a video page where there are 3 thumbnails and a main video wrapper. When a thumbnail is clicked, the video loads into the main wrapper. I have also deep linked so each video loaded has it's ...
2
votes
3answers
27 views
Too many if or nested loop in excel
I have a code that has way too many nested statements
Basically I have 1 cell to be compared with 100 cells and those 100 cells have their own value, and Excel only have max 64 if loops.
Any ...
0
votes
0answers
51 views
Adding an If Statement for smaller browser sizes
I'm trying to add a condition to this script but to no avail. The functionality the script adds is that it makes a sidebar stay in the viewport when a page is scrolled (floating/following animation). ...
0
votes
1answer
19 views
MS DOS IF and % percent
I haven't done DOS in forever and can't recall the idiosyncracies with prefixing labels with %. I'm trying to write a script (others may also find it useful) to connect to ADB to a WiFi service ...
1
vote
3answers
33 views
If else statement to set different listadaptor
I'm trying to set an if-else statement to make a chat app with JSON, I want to make the if-else statement read the JSON and place it in labels where I want them to be.
Imagine like this, I am "A" and ...
2
votes
5answers
54 views
Using a collection reference as an if statement condition without a comparison?
I'm a little embarrassed to be asking this because I'm sure this is a very basic question but having searched and thought about it I still can't work this out.
The code is from a class the tutor ...
0
votes
1answer
36 views
Accessing a returned value from a different case
Hi It's the 3rd time i'm posting this question on this forum and up to now no one has been capable to enlighten me about this situation.
I only pasted the code that matters here and will try to ...
0
votes
5answers
68 views
How do I shorten a one line if statement in ruby that only executes if field is not empty
I have the following if statement that fills a field with the result of a function, if the function doesn't return empty.
I think i've seen examples before where the empty check and the function can ...
1
vote
1answer
14 views
android - string doesnt set off if condition but log output suggests it should
So im making an app that uses sms to send data between two devices and am trying to get one to automaticly respond to the other. But the string getMessageBody() is returning isnt setting of the if ...
0
votes
3answers
33 views
else condition is not executing?
in this following else if ,the last else condtion is not executing ?
Please help me
if (Flag==1)
{
...
}
else if ([totalBooksId containsObject:currentbook])
{
...
}
else if (![totalBooksId ...
0
votes
1answer
36 views
Passing a value from one case to another in switch statement
So here is a sample code :
import java.util.Scanner;
public class Test {
public static void main(String[] args) {
System.out.println("Please type in a number");
Scanner in = new ...
0
votes
1answer
30 views
Fallback on geolocation
I'm having trouble with the most basic aspect of geolocation - no matter what I do, I don't seem to be able to get the fallback to trigger. Here's the code:
if (navigator.geolocation) {
...
1
vote
2answers
45 views
How do I write an If statement to check for the existence of text in a VB textbox?
I want a statement that will check for text in a label/textbox. For example:
If TextBox1.Text = True then Label1.Show
OR
If Label1.Text = False then Label1.Visible = False
I want my label to ...
0
votes
3answers
53 views
php syntax for if statement with multiple conditions ( `||` as well as `&&` )
Context: On our website, we calculate whether an item/order meets the criteria for free shipping using an if statement evaluating if a value - 'ff' - is true. Depending on conditions met it sets the ...
0
votes
0answers
7 views
Transactions for DML operations inside multiple If statements
I'm writing a complex stored procudere with a lot of IF statements, inside of each IF statement is an Update, Delete or Insert Operation. Example:
CREATE PROC Proc1
@Var1 INT,
@Var2 INT,
@Var3 INT
AS
...
1
vote
1answer
37 views
ASP.NET: Using Eval in an if statement
I have a repeater. In the past, each item in the repeater had an associated text box. But, now I added an attribute to the repeated item that needs to specify if a text box, larger text box, or check ...
0
votes
1answer
42 views
StringIndexOutOfBoundsException in a FOR Loop [closed]
import java.util.Scanner;
public class Test {
public static void main (String [] args){
String word = "ErFLwWSa$ F?ytWtmVRLWmDj #4STs!@ VRa!12OW";
String word2 = "GREEN";
String result ...
0
votes
1answer
24 views
PHP Date/Time - If “Day = X” and “Time is between 18 and 21” echo
I have a radio schedule and what I'd like to do is have specific text displayed as bold when a show is live, and displayed as normal when not live.
Shows are on set days of the week and at set times ...
0
votes
6answers
54 views
If statement not accepting the condition [closed]
i have form with personal details need to be submitted and received by email.
I am passing few if condition not to have my empty form. But it doesn't seems to work.
<?php
ob_start();
...
0
votes
2answers
26 views
identifying Identical array key matches and specifying output for different matching sets
I have created a simple function that returns a value depending on which Keys have matching values with the exception that if the key is empty or null then this does not count. My code is below.
...






