Enter Keywords:
1 - 10 of 36(0.01 seconds)
Sort By:
 
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...
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
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...
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...
Zones: Delphi ProgrammingDate Answered: 08/03/2003 Rating: 8.0 Views: 0
Can I format a text box, that has a control source to show the data on the report in parenthesis?
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('(','') ...
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...
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 ...
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...
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...
Zones: CDate Answered: 07/15/2004 Rating: 7.6 Views: 0