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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10108221.html
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*
...
http://www.experts-exchange.com/OS/Unix/Q_10251772.html
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...
http://www.experts-exchange.com/Database/Oracle/Q_10293141.html
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 ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_10803681.html
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...
http://www.experts-exchange.com/Networking/Windows_Networking/NT/Q_11280377.html
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...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_116...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20090105.htm...
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...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20322285.htm...
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_20461317.html
i have a problem with this equaion:
#include <iostream>
#include <cmath>
using namespace std; //introduces namespace std
int main ( void )
{
char number; // variable use...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20482399.html
Zones:
C++Date Answered: 02/26/2003 Grade: A Views: 0