Converts a value to its integer string representation, discarding any non-numeric input.
Registered as a process-text handler.
| Parameter | Description |
|---|---|
Param1 |
The value to convert |
Attempts str(int(Param1)). Returns an empty string if the conversion fails (e.g. non-numeric input).
Returns the integer as a string, or "" on failure.
ObjProcessText(ObjData.ObjData) — inherits database and config access from ObjData.
cythonize -3 -a -i ObjTextInt.py
Updated : 2025-10-02