Advertisement

1 - 10 of 112 containing alltags:("arithmetic") (0 seconds)
How do I evaluate strings in VB. for example a string contains "+5+10-3", this should be evaluted to return the result 12. The given string should be mathematically evaluted for any such arithmetic...
Zones: Visual BasicDate Answered: 02/08/2001 Grade: A Views: 0
Basically, I get an overflow with the following below code.  I am assuming that its because of hte speed of hte code, and the second line can't catch up?  So, basically, I want to get "strPercentag...
Zones: MS Visual BasicDate Answered: 01/09/2006 Grade: A Views: 0
How do I convert this VB into T-sql? @param2 = @param1 - cint(2 * (@param1 \ 7))
Zones: MS SQL ServerDate Answered: 01/08/2007 Grade: A Views: 4
Hi, I don't know anything about Pascal, or C languages. I need an easy way to have all the possible 6-digits combinations consisting of numbers between 18 till 31. Eg1:  18, 20, 25, 27, 30, 31 ...
Zones: Math & Science, Algorithms, Dev ToolsDate Answered: 01/29/2008 Grade: A Views: 0
I am writing a korn shell script that takes in the date in the form of YYYY MM DD as parameters.  I need to do a check so that the date entered is no more than three days before the current date, o...
Zones: Unix Systems ProgrammingDate Answered: 01/07/1999 Grade: B Views: 5
Does the date command do date arithmetic?  For instance, I want to give it the date of 4/27/99 and have it return the previous monday (4/26) and the next sunday (5/1) Thankyou wendy
Zones: Linux, Linux DistributionsDate Answered: 05/04/1999 Grade: A Views: 0
How to do a arithmetic operation on a date utility.  Like if I add 1 then it should show me tomorrows date
Zones: UnixDate Answered: 08/18/1999 Grade: B Views: 0
I'm looking for classes that can assist the validation of an arithmetic expression. For example,  it can capture that (3+9) *  4 - 2)  is not valid.  And would be good to create a tree that repres...
Zones: JavaDate Answered: 01/19/2000 Grade: B Views: 0
I have a problem.Can any of you guys solve for me? Thanks! I have a file which have a few number of columns. I need to select each individual column and in each colume there is a subheading for th...
Zones: Unix Systems ProgrammingDate Answered: 08/30/2000 Grade: A Views: 0
When I run a simple program with either of these stmts:- *s = *e; OR *e = temp;  I get a error saying: 'The memory could not be "written".'  What do I need to set up or configure so that the progr...
Zones: C++Date Answered: 04/17/2001 Grade: A Views: 0