intToString

Typehandler
Dictionarylibrary.widgetutils
LibraryWidget Utilities
Syntax
intToString(<pNumber>)
Associationscom.livecode.library.widgetutils
Summary

Formats an integer as a string

Parameters
NameTypeDescription
pNumber

The integer to format

Example
log 5 formatted as string 			-- logs 5.000000
log intToString(5)						 -- logs 5
Description

intToString formats an integer as a string, removing the decimal place and any zeros thereafter.