Application Development 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: 

postfix calulatror stack generator

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

Break your head and develop it.....

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

5 REPLIES 5

GauthamV
Active Contributor
0 Kudos

hi,

check this function module.

FITRV_CALCULATOR.

Former Member
0 Kudos

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

Former Member
0 Kudos

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

kesavadas_thekkillath
Active Contributor
0 Kudos

Break your head and develop it.....

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

0 Kudos

;;;;