We are developing web services for CA Gen servers and need some documentation on the functionality of runtime modules TIRFNUM and TIRFCHR.
Environment
Release : 8.5 Component : CA Gen Run Time, Blockmode
Resolution
TIRFNUM and TIRFCHR represent toolset functions Numtext and Textnum respectively.
The main Gen 8.5 techdocs reference pages for the 2 functions are shown below: TIRFNUM - Numtext: CA GEN 8.5 > Developing > Designing > Using Toolset > ... > Functions in Action Diagram > Numtext === Numtext obtains the integer numeric representation of a character string. Input is a character string or character view. The only special characters allowed in the input string are plus (+), minus (-), and period (.). Output is an integer; it does not contain either sign or the period as a decimal. ... ===