Initially I had lot of problem to fix the parentheses then at last when
I am running the SQL through a java program and the output of the SQL is below . I am getting an error
WrapCheckedExcepti...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20635518.html
Zones:
JavaDate Answered: 06/23/2003 Rating: 7.8 Views: 4
Hi, what is the format i can use to enclose negative number in parenthesis. thanks
http://www.experts-exchange.com/Microsoft/Applications/FoxPro/Q_21968333.html
Zones:
FoxProDate Answered: 10/13/2006 Rating: 7.4 Views: 0
hi, this is my first time but i really need help.
The program i'm writing is a postfix to infix converter in c++, the conversion part concerning the placement of operators is working fine (i'm u...
http://www.experts-exchange.com/Programming/Misc/Q_20523990.html
Zones:
ProgrammingDate Answered: 10/06/2003 Rating: 8.8 Views: 4
Hi All,
Recently, as a part of the development of an IDE that a friend started, I've come to the task of developing the Parenthesis matching methods.
Would someone who has developed an IDE or s...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20697606.html
Can I format a text box, that has a control source to show the data on the report in parenthesis?
http://www.experts-exchange.com/Database/Miscellaneous/Q_21278680.html
Zones:
DatabasesDate Answered: 01/18/2005 Rating: 7.6 Views: 0
Hello,
Anyone got a good replace statement that will replace parenthesis in netscape. I have got the following one that works fine in IE but not in netscape.
tmpChk = tmpChk.replace('(','')
...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21284290.html
Zones:
JavaScriptDate Answered: 01/22/2005 Rating: 8.2 Views: 0
I "simply" need a regex that removes parenthesis and their contents:
this(is a)test = thistest
(T(hi)s)is a(test) = is a
(this(is) a) test = test
...etc
It's not a problem until you have...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_21673663.html
Zones:
JavaScriptDate Answered: 12/22/2005 Rating: 9.6 Views: 0
Heres my code:
//The convert function takes a string of numbers and returns its integer value.
int convert(string strNum)
{
char c;
const int Size = strNum.size();
int I;
int J;
int ...
http://www.experts-exchange.com/Programming/Misc/Q_22048250.html
Zones:
ProgrammingDate Answered: 11/03/2006 Rating: 8.2 Views: 0
CREATE TABLE webcal_entry_user (
cal_id INT(11) DEFAULT '0' NOT NULL,
cal_login VARCHAR(25) DEFAULT '' NOT NULL,
cal_status CHAR(1) DEFAULT 'A',
cal_category INT DEFAULT NULL,
PRIMAR...
http://www.experts-exchange.com/Database/Oracle/Q_20371339.html
Zones:
OracleDate Answered: 11/21/2003 Rating: 8.6 Views: 0
say I have an input string like
"1 + 2 - 3 * 4"
how do you determine all the possible placements of parenthesis around the numbers?
i.e
(((1+2)-3)*4)
(1+2)-(3*4)
etc...
http://www.experts-exchange.com/Programming/Languages/C/Q_20955700.html
Zones:
CDate Answered: 07/15/2004 Rating: 7.6 Views: 0