Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

postfix calulatror stack generator

Former Member
0 Likes
766

postfix calulatror stack generator

plz create postfix calculator that input only string type.

Edited by: Pung-Kyun Jeong on Dec 17, 2008 6:27 AM

1 ACCEPTED SOLUTION
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
715

Break your head and develop it.....

Try developing a simple calci first and then go for this...

5 REPLIES 5
Read only

GauthamV
Active Contributor
0 Likes
715

hi,

check this function module.

FITRV_CALCULATOR.

Read only

Former Member
0 Likes
715

thank you for answer, but, that's not..

input value is string, example "( 1 + 2 ) * ( 3 - 4 ) / 5"

and calculate.

do you know funtion that calculate...

Edited by: Pung-Kyun Jeong on Dec 17, 2008 9:54 AM

Read only

Former Member
0 Likes
715

you need to declare a variable then asign the numbers to the varialbe and use the normal standard functions to do the calculation write ADD and press F1 which will take you to the help and use the same parameters and also you try and catch statments which will try and find the errors for you .

Edited by: sabyasachi kar on Dec 17, 2008 10:07 AM

Read only

kesavadas_thekkillath
Active Contributor
0 Likes
716

Break your head and develop it.....

Try developing a simple calci first and then go for this...

Read only

0 Likes
715

;;;;