Advertisement

1 - 10 of 1351 containing alltags:("while") (0.002 seconds)
I'm trying to read a character in from the keyboard and basically loop (do nothing) until the right character is entered. Why is my buf variable not being recognised as a character and the output j...
Zones: JavaDate Answered: 12/14/1998 Grade: A Views: 0
Is there a way to write the a while loop with a wildcard.  I can do the command with a For loop but would really like to make it work with a while loop.  For example:      cd /etc    for x in b* ...
Zones: UnixDate Answered: 12/28/1999 Grade: A Views: 0
We use the application HRizon for payroll.  It gets connected to an Oracle database.  We are having problems with the Oracle connection.  We receive the error.... "Error while trying to retrieve t...
Zones: OracleDate Answered: 02/10/2000 Grade: A Views: 0
I am using following code to read the whole text file. (It was just to give me a start) Private Sub Form_Load()     Dim x As String     Open "c:\folder\a.doc" For Input As #1               Do ...
Zones: MS AccessDate Answered: 08/13/2000 Grade: A Views: 0
I am using a logon script for my Win95 users.  The script runs fine but I am getting a dialog box labeled "Windows NT Logon Script - please wait while the script executes"  that allows the users to...
Zones: Windows NT NetworkDate Answered: 10/03/2000 Grade: A Views: 0
Hi, I have a problem keeping my printer, Word and a batch file in step. What I want to happen is: batch file starts. Opens word with specific document starts macro which      Formats docume...
Zones: Ms Office SuiteDate Answered: 05/09/2001 Grade: A Views: 0
Hello, I need to calculate the "curOrderWeight" in the following code but am not having much luck. I have also tried to use a hidden form to pass the "curTotalWeight" but again no joy. The respons...
Zones: ASPDate Answered: 03/12/2001 Grade: B Views: 0
I have a database where some items have corresponding pictures.  The pictures are named the DB index #.  I want the table row to show up if the picture exists and (for now) the info and "- nope" to...
Zones: ASPDate Answered: 07/11/2002 Grade: A Views: 0
Hi ppl, I've the following short script (tcprac3) which I'm now testing and intend to integrate into another scripts so that it accepts options. I'm having 2 problems with this script. 1.) t...
Zones: Unix Systems ProgrammingDate Answered: 11/23/2003 Grade: A Views: 0
i have a problem with this equaion: #include <iostream> #include <cmath> using namespace std; //introduces namespace std int main ( void ) {   char number;         // variable use...
Zones: C++Date Answered: 02/26/2003 Grade: A Views: 0