Enter Keywords:
1 - 10 of 125(0 seconds)
Sort By:
 
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 Rating: 8.0 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 Rating: 6.8 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 Rating: 8.4 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 Tool...Date Answered: 01/29/2008 Rating: 7.0 Views: 0
#! /bin/csh set Month=`date '+%m'` #get current month set Month=$Month-1   #get previous month but, it does not work... So, how?
Zones: Solaris UnixDate Answered: 02/14/2004 Rating: 7.6 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 Rating: 6.8 Views: 0
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 Rating: 7.4 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: Unix OSDate Answered: 08/18/1999 Rating: 7.8 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 Rating: 8.0 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 Rating: 6.6 Views: 0