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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20074229.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21686459.htm...
How do I convert this VB into T-sql?
@param2 = @param1 - cint(2 * (@param1 \ 7))
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_22114910.html
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 ...
http://www.experts-exchange.com/Other/Math_Science/Q_23119013.html
#! /bin/csh
set Month=`date '+%m'` #get current month
set Month=$Month-1 #get previous month
but, it does not work...
So, how?
http://www.experts-exchange.com/OS/Unix/Solaris/Q_20435925.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_10114475.html
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
http://www.experts-exchange.com/OS/Linux/Q_10157197.html
How to do a arithmetic operation on a date utility. Like if I add 1 then it should show me tomorrows date
http://www.experts-exchange.com/OS/Unix/Q_10195715.html
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10260464.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_11132765.html