Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

While loop | Topic profile

Topic profile page for While loop. This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: While loop.
Topic "While loop" was discussed 5,220 times on 300 sites in last 3 months
Search discussions, forums, images, videos, about "While loop" on BoardReader!
 

BoardReader Trendy!

Topic 1:

Topic 2:

Topic 3:

Domain Profile
Domain:

Posting activity graph on while loop:

Posts by:  day  week  month 

 

Related topics:


while loop was discussed on the following sites:

NI Discussion Forums NI Discussion Forums - 824 NI Discussion Forums - site profile
www.daniweb.com - IT Tech Talk www.daniweb.com - IT Tech Talk - 618 www.daniweb.com - IT Tech Talk - site profile
C Board - Your resource for C and C++. C Board - Your resource for C and C++. - 317 C Board - Your resource for C and C++. - site profile
Sun Forums Sun Forums - 247 Sun Forums - site profile
VBForums - Visual Basic and VB .NET Discussions and More! VBForums - Visual Basic and VB .NET Discussions... - 202 VBForums - Visual Basic and VB .NET Discussions and More! - site profile

 

Related threads on while loop:

Excel Discussion (Misc queries) do while loop problem  Microsoft Excel forum - site profile Excel Discussion (Misc queries) - forum profile  Go to this thread  do while loop problem
Visual Basic .NET [RESOLVED] Do while loop question  VBForums - Visual Basic and VB .NET Discussions and More! - site profile Visual Basic .NET - forum profile  Go to this thread  [RESOLVED] Do while loop question
Java and JSP Weird issue with while loop ending/being skipped  CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! - site profile Java and JSP - forum profile  Go to this thread  Weird issue with while loop ending/being skipped
PHP Div in an while loop  dBforums - Database Support Community - site profile PHP - forum profile  Go to this thread  Div in an while loop
New To Java
while loop question.?  Sun Forums - site profile New To Java
 - forum profile  Go to this thread  while loop question.?

Latest threads on while loop:

[3.0.x] MOD Writers Discussion
Started 22 hours, 30 minutes ago (2009-11-13 19:37:00)  by FreakyBlue
I'm working on this for quite some hours now and I guess it made me blind to see any solutions. What I'm trying to do: exclude information from hidden forums to them who are not allowed to see them. Below is my code. Code: Select all $sql = 'SELECT forum_id, auth_role_id, group_id       FROM ' . ACL_GROUPS_TABLE . '       WHERE auth_role_id = 16';       $result = $db->sql_query($sql);     ...
Source: phpBB Community Home More from this site phpBB Community Home - site profile 
Forum:  [3.0.x] MOD Writers Discussion  [3.0.x] MOD Writers Discussion - forum profile
Thread:  Show this thread (7 posts) More from while loop frustration  Thread Thread info: while loop frustration Size: 1,156 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "while loop frustration :: [3.0.x] MOD Writers Discussion :: phpBB Community Home"
SQL and PL/SQL
Started 2 days, 4 hours ago (2009-11-12 13:26:00)  by user11933655
hi guys please find the below mention procedure in which i got one while loop which got increment counter as date variable .. i don't know what i am doing wrong but it is not working . Can you please help me in this. Regards MY Procedure create or replace PROCEDURE sp_createTimeDim ( --declare variables DT ...
Source: www.oracle.com More from this site www.oracle.com - site profile 
Forum:  SQL and PL/SQL   SQL and PL/SQL
 - forum profile
Thread:  Show this thread (10 posts) More from While loop with Date counter in procedure  Thread Thread info: While loop with Date counter in procedure Size: 1,057 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "While loop with Date counter in procedure :: SQL and PL/SQL
 :: www.oracle.com"
Python Programming
Started 2 days, 15 hours ago (2009-11-12 02:38:00)  by rhathar
I have a script to open a connection to a specified host/port and print the results both to the screen and to a file. For some reason, nothing is written to the file while the output to screen works perfectly Here is the code: Code: #!/usr/bin/python2.4 from telnetlib import Telnet from threading import Thread import sys host = 'localhost' port = '4201'...
Source: Dev Shed Forums - Open Source web development More from this site Dev Shed Forums - Open Source web development - site profile 
Forum:  Python Programming  Python Programming - forum profile
Thread:  Show this thread (3 posts) More from Write() does not function correctly inside while loop  Thread Thread info: Write() does not function correctly inside while loop Size: 1,728 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Write() does not function correctly inside while loop :: Python Programming :: Dev Shed Forums - Open Source web development"
C Programming
Started 2 days, 17 hours ago (2009-11-12 00:59:00)  by georgio777
Hi everyone, I'm having trouble making work a function program related to simple math calculations. In this case is in the Division function. For this project I have to make the user answer some simple divisions problems that must also include an integer result with it's modulus. For example: The results should follow long division notation (10 / 6 results in 1 R 4). When inputing...
Source: C Board - Your resource for C and C++. More from this site C Board - Your resource for C and C++. - site profile 
Forum:  C Programming  C Programming - forum profile
Thread:  Show this thread (6 posts) More from scaning two integers with scanf() and the conflict with the while() loop  Thread Thread info: scaning two integers with scanf() and the conflict with the while() loop Size: 2,636 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "scaning two integers with scanf() and the conflict with the while() loop :: C Programming :: C Board - Your resource for C and C++."
Java Help
Started 2 days, 22 hours ago (2009-11-11 19:37:00)  by versusnim
Hello everyone! I am stuck and I need some help.. This is my assignment: Given: A file that contains a student name and a grade on exam1 and grade on exam2 for 25 students. Write a program that gives the user the choice of the following calculations: 1. Class Average (exam1, exam2) 2. Student Average (all 25 students) 3. Standard Deviation (exam1, exam2) 4. Letter ...
Source: Dev Shed Forums - Open Source web development More from this site Dev Shed Forums - Open Source web development - site profile 
Forum:  Java Help  Java Help - forum profile
Thread:  Show this thread (8 posts) More from [Homework] Println statement inside a while loop won't print?  Thread Thread info: [Homework] Println statement inside a while loop won't print? Size: 6,216 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "[Homework] Println statement inside a while loop won't print? :: Java Help :: Dev Shed Forums - Open Source web development"
C Programming
Started 2 days, 23 hours ago (2009-11-11 19:00:00)  by djpailo
I need to do this problem: Modify the program above so that if the number is positive, it uses multiple steps of Newton's method (see below) to approximate the square root of that number. At each step, it should print a line of text showing the current step number and the current estimate of the square root. Newton's method: If R is an estimate of the square root of A, then R- (R²-a...
Source: C Board - Your resource for C and C++. More from this site C Board - Your resource for C and C++. - site profile 
Forum:  C Programming  C Programming - forum profile
Thread:  Show this thread (7 posts) More from while loop  Thread Thread info: while loop Size: 1,636 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "while loop :: C Programming :: C Board - Your resource for C and C++."
C Programming
Started 3 days, 12 hours ago (2009-11-11 05:57:00)  by spurs01
Hi everyone , I am writing a program that require user to choose whether to enter in hexadecimal form or in normal form. The 'while" is to check whether the user enter the correct key or not. If not, then it will always prompt the user. My problem is why the while does not break away even i enter the correct key ( y or n )?? Can anyone help me with this. Code: //Ask ...
Source: C Board - Your resource for C and C++. More from this site C Board - Your resource for C and C++. - site profile 
Forum:  C Programming  C Programming - forum profile
Thread:  Show this thread (23 posts) More from Why my while loop is not working ??? pls help  Thread Thread info: Why my while loop is not working ??? pls help Size: 2,258 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Why my while loop is not working ??? pls help :: C Programming :: C Board - Your resource for C and C++."
Python Programming
Started 3 days, 23 hours ago (2009-11-10 18:46:00)  by mattgavin
Hi guys, I'm having trouble writing a function while loop that will terminate when a user input equals a certain value (let's say q), but at the same time, a value has to be enter and be between a range of numbers. (i.e. 5-9) What I have so far: Code: def getvalue(): QUESTION = "Enter a number, q to exit: " x = raw_input(QUESTION) while...
Source: Dev Shed Forums - Open Source web development More from this site Dev Shed Forums - Open Source web development - site profile 
Forum:  Python Programming  Python Programming - forum profile
Thread:  Show this thread (9 posts) More from While loop help  Thread Thread info: While loop help Size: 1,086 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "While loop help :: Python Programming :: Dev Shed Forums - Open Source web development"
PHP
Started 4 days ago (2009-11-10 17:54:00)  by greens85
Hi, I currently have a piece of PHP which returns results based on a search: PHP Code: ? php      $query  =  "SELECT * FROM edworld_candidates WHERE uname LIKE  '%$uname%' AND fname LIKE '%$fname%' AND lname LI KE '%$lname%' AND email LIKE             '%$email% '" ;          $result  =  mysql_query ( $query ) or die ( mysql_error ()); ...
Source: CodingForums.com- Web coding and development forum... More from this site CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! - site profile 
Forum:  PHP  PHP - forum profile
Thread:  Show this thread (5 posts) More from mysql_num_rows () with while loop?  Thread Thread info: mysql_num_rows () with while loop? Size: 2,487 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "mysql_num_rows () with while loop? :: PHP :: CodingForums.com- Web coding and development forum..."
Shell Programming and Scripting
Started 4 days, 4 hours ago (2009-11-10 13:13:00)  by proactiveaditya
what is the difference between while: , while true and while false ?
 

Hot threads on while loop:

PHP
Div in an while loop  - 1 new post Read thread in new window
Started 6 days, 5 hours ago (2009-11-08 12:31:00)  by Muiter
Code: This div above from the code below is always shown belows my first line in the table instead of below each line where it belongs to. What is wrong? (the div is filled bij AJAX) When I use tis the part xxxxxxx is below each line as it should. Code: Part of code: Code:
Source: dBforums - Database Support Community More from this site dBforums - Database Support Community - site profile 
Forum:  PHP  PHP - forum profile
Thread:  Show this thread (2 posts) More from Div in an while loop  Thread Thread info: Div in an while loop Size: 3,936 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Div in an while loop :: PHP :: dBforums - Database Support Community"
Java and JSP
Started 4 days, 12 hours ago (2009-11-10 05:31:00)  by ang3c0
I'm fairly new to Java (and programming in general). I've been getting everything done pretty easily so far but this issue is really frustrating me. I've been through things a thousand different ways and cannot figure out why it's doing this: Here is my code: Quote: import java.util.Scanner; public class Driver { public static void main (String ...
Source: CodingForums.com- Web coding and development forum... More from this site CodingForums.com- Web coding and development forums. Get help on
JavaScript, PHP, CSS, XML, mySQL, ASP, and more! - site profile 
Forum:  Java and JSP  Java and JSP - forum profile
Thread:  Show this thread (3 posts) More from Weird issue with while loop ending/being skipped  Thread Thread info: Weird issue with while loop ending/being skipped Size: 5,681 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Weird issue with while loop ending/being skipped :: Java and JSP :: CodingForums.com- Web coding and development forum..."
JavaScript
Started 1 week ago (2009-11-07 16:40:00)  by tri4thlete
Hello, for class I am to create a webpage that is a Lottery. Basically an individual enters 4 numbers (0-9) in 4 different text boxes and a display textbox shows how many times it took to get that exact sequence of numbers.... Here is the code I have created, and it only averages 5 sequences which seems really low... thanks for the help Code: The Lotto!...
Source: WebDeveloper.com More from this site WebDeveloper.com - site profile 
Forum:  JavaScript  JavaScript - forum profile
Thread:  Show this thread (6 posts) More from Help with While Loop code (Javascript)  Thread Thread info: Help with While Loop code (Javascript) Size: 3,337 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Help with While Loop code (Javascript) :: JavaScript :: WebDeveloper.com"
Visual C++ Language
Started 4 days, 19 hours ago (2009-11-09 23:02:00)  by oldyeller
I could use a hand with how to formulate my WHILE loop. The compiler keeps giving me errors. error C2065: 'or' : undeclared identifier error C2143: syntax error : missing ';' before 'while'   int temps[10] = {22,43,31,35,39,28,41}; bool found, done; int finalValue; Int32::TryParse(valueTextBox->Text,finalValue); int i = 0;...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C++ Language  Visual C++ Language - forum profile
Thread:  Show this thread (10 posts) More from While loop not working  Thread Thread info: While loop not working Size: 1,611 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "While loop not working :: Visual C++ Language :: MSDN Forums"
Visual C++ Language
Started 3 days, 11 hours ago (2009-11-11 06:08:00)  by WayneAKing
Quote>done = false;  // this would be "initializing" the variable At the risk of appearing pedantic, but in the interests of accuracy, I think I should point out a necessary distinction here. When the compiler issues a warning about a variable not being "initialized", it means it in the general sense that "the variable has not been given an initial value" before being used as input to ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C++ Language  Visual C++ Language - forum profile
Thread:  Show this thread (10 posts) More from While loop not working  Thread Thread info: While loop not working Size: 1,348 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: While loop not working :: Visual C++ Language :: MSDN Forums"
Started 5 days ago (2009-11-09 17:13:00)  by tuxiow
Hello all, new here and quite a novice with PHP but am learning. I am hoping someone could help me with a problem I have building a PayPal button for a third party cart. I need to increment each input name in my form so that each item_name and amount is numbered like this...... Line number On/Off | Expand/Contract and so on, depending how many items are in the ...
Source: DevNetwork Forums More from this site DevNetwork Forums - site profile 
Forum:  PHP - Code  PHP - Code - forum profile
Thread:  Show this thread (4 posts) More from PHP PayPal Button. Increment inputs during while loop.  Thread Thread info: PHP PayPal Button. Increment inputs during while loop. Size: 8,082 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "PHP PayPal Button. Increment inputs during while loop. :: PHP - Code :: DevNetwork Forums"
Visual C# General
Started 3 days, 7 hours ago (2009-11-11 10:30:00)  by LearnerMan1234
hi, I have a c++ dll which handles socket communications.  It has a function StartServer() which it exports.  This function has a while loop which runs forever untill a variable has changed. I am calling this dlls StartServer() function from a C# Windows application (By Pressing a button) and my problem is that as this function has a while loop, focus is never passed back to my C# app. Is ...
Source: MSDN Forums More from this site MSDN Forums - site profile 
Forum:  Visual C# General  Visual C# General - forum profile
Thread:  Show this thread (3 posts) More from Calling a c++ dll function which has a while(boolVariable) loop hangs my c#
app  Thread Thread info: Calling a c++ dll function which has a while(boolVariable) loop hangs my c#
app Size: 634 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Calling a c++ dll function which has a while(boolVariable) loop hangs my c# app :: Visual C# General :: MSDN Forums"
irishjayhawk
Started 6 days, 21 hours ago (2009-11-07 20:16:00)  by irishjayhawk
Source: Twitter / irishjayhawk More from this site Twitter / irishjayhawk - site profile 
Forum:  irishjayhawk  irishjayhawk - forum profile
Thread:  Show this thread (1 post) More from Been out of the loop for a while, can someone tell me the gist of Stupak's
amendment? I think I'm with no's but I'd like to confirm. #hcr  Thread Thread info: Been out of the loop for a while, can someone tell me the gist of Stupak's
amendment? I think I'm with no's but I'd like to confirm. #hcr Size: 615 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Been out of the loop for a while, can someone tell me the gist of Stupak's amendment? I think I... :: irishjayhawk :: Twitter / irishjayhawk"
C Programming
Started 2 days, 19 hours ago (2009-11-11 22:50:00)  by RockyMarrone
With your all post i think you need this kind of code Code: #include #define SPACE ' ' int main() { char choice = SPACE; int hexadecimal = 0; while (1) { printf("Please enter your choice "); choice = getchar(); printf("choice === %c", choice); if (choice == 'y' || choice == 'Y' ||\ choice == 'n' || choice == 'N') break; else continue;...
Source: C Board - Your resource for C and C++. More from this site C Board - Your resource for C and C++. - site profile 
Forum:  C Programming  C Programming - forum profile
Thread:  Show this thread (23 posts) More from Why my while loop is not working ??? pls help - Page 2  Thread Thread info: Why my while loop is not working ??? pls help - Page 2 Size: 979 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Why my while loop is not working ??? pls help - Page 2 :: C Programming :: C Board - Your resource for C and C++."
SQL and PL/SQL
Started 1 day, 13 hours ago (2009-11-13 04:48:00)  by user11933655
Hi Frank Thanks for you kind help. Kind Regards
Source: www.oracle.com More from this site www.oracle.com - site profile 
Forum:  SQL and PL/SQL   SQL and PL/SQL
 - forum profile
Thread:  Show this thread (10 posts) More from While loop with Date counter in procedure  Thread Thread info: While loop with Date counter in procedure Size: 316 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: While loop with Date counter in procedure :: SQL and PL/SQL
 :: www.oracle.com"
Python Programming
RE: While loop help  - 9 new posts Read thread in new window
Started 2 days, 6 hours ago (2009-11-12 11:19:00)  by dwblas
Quote: I am curious about the use of the strip() method Somewhere, at some time, someone will enter a space either before or after the actual input and isdigit() returns False if a space is found.
Source: Dev Shed Forums - Open Source web development More from this site Dev Shed Forums - Open Source web development - site profile 
Forum:  Python Programming  Python Programming - forum profile
Thread:  Show this thread (9 posts) More from While loop help  Thread Thread info: While loop help Size: 501 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: While loop help :: Python Programming :: Dev Shed Forums - Open Source web development"