Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
hii iam new to WM so pls tell me how to write program for an expression like a+b%c*d in developer
Koteswararao,
You can review the Developer’s Userguide and check in the Regular Expressions section to get peak on it.
HTH, RMG
Actually, I think the best document to review for an understanding of basic math functions in Flow would be the pub.math section of the IS Built-In Services guide.
I don’t remember seeing an IS built-in service for the modulo (or remainder) operator, but it would be a simple task to create one.
Mark
Use caution with the pub.math services as they use double data types, which can have accuracy issues (important for money values).