[Progress Communities] [Progress OpenEdge ABL] Comment on About the implementation of isDecimal operator

  • Thread starter Thread starter mike@nimble
  • Start date Start date
Status
Not open for further replies.
M

mike@nimble

Guest
The .isInteger operator is actually an extended operator, provided by Progress as an example of what extended operators can do, and how they can be built. Using the sample code provided for .isInteger, along with the information contained in "Corticon Extensions Guide" document, you can make a similar operator .isDecimal to solve your problem.

Continue reading...
 
Status
Not open for further replies.
Back
Top