wrote on 09 dec 2006 in microsoft.public.inetserver.asp.general:
I am doing an application in ASP and i go get the input as i specified
and i have to display the output as specified
1 do not toppost on usenet
2 as a programmer you have a responsibility to your employer,
not simply to do what he wants, but to explain to him what the
possibilities are and aren't. Even if it is against your immediate
financial gain. You are the expert.
3
>>(a)-(((b)*(100-c))/(d))/((a)-(((b)*(100-c))/(d))+b*(100-c)/d---->d and
Learn about string parsing first.
Reading up on Shunting yard algorithm and
reverse Polish notation will help you:
<http://en.wikipedia.org/wiki/Shunting_yard_algorithm>
<http://en.wikipedia.org/wiki/Reverse_Polish_notation>
Then make your code to translate your string using the principles
of stack pushing and pulling involved.
4 even so it is not related to ASP, but can be done on any platform,
using vbs or js or whatever. Choose the appropriate NG for the language.
--
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)