11-07-2014 06:19 PM
Hi Jeff.P.Bohrer,
Thanks for your reply.
Here, I'm facing problem for Strinng manipulations to keep on getting valid portion of string for math operations (Between brackets).
After getting, I can do math operations (for this there is no issue).
11-07-2014 07:00 PM - edited 11-07-2014 07:02 PM
@Munna232 wrote:
Hi Jeff.P.Bohrer,
Thanks for your reply.
Here, I'm facing problem for Strinng manipulations to keep on getting valid portion of string for math operations (Between brackets).
After getting, I can do math operations (for this there is no issue).
Then, those existing functions should be a great guide in your development efforts! I am glad I pointed you in the right direction!
11-07-2014 07:15 PM
Yeah. But, here problem is about String manipulations.
I'm facing issue in this 😞
11-08-2014 03:07 AM
Hi Munna,
what's the problem to play around with all those string functions?
Search for close brackets, then search for the corresponding open bracket. Get string subset between them. All basic string operations!
"Learning by doing" I would guess…