IntToStr
Convert integer to string
string IntToStr(int val);
Parameters
- val - numeric value
 
Return Value
- Returns the string representation of the number
 
Remarks
Example
int val = 123; string s = IntToStr(val); DisplayText(0, 0, s);
See Also
          
            Last modified
 8 years ago          
          
            Last modified on 04/12/18 13:08:04
          
        
      
  Note:
 See   TracWiki
 for help on using the wiki.
    ![(please configure the [header_logo] section in trac.ini)](/chrome/site/cardinal.gif)