====== Integer ====== Function return integer representation from other variants. Integer(value) |< 100% 15% >| |**value**|Source value.| If source value is floating point number, it's integer path will be returned. If source value is string, it's integer representation will be returned. If value can't be converted to, error will be raised. You can check string before converting with [[script_strisnumber]] function. **Remarks** For compatibility, function have **Trunc** alias.