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 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...
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
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
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:
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...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10260464.html
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...
http://www.experts-exchange.com/Programming/System/Unix_-_Posix/Q_11132765.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20106438.html
Zones:
C++Date Answered: 04/17/2001 Grade: A Views: 0