The info(“datatype”) function returns the data type of the current field.
Description
This function returns the data type of the current field. The data type is represented by a number.
| Value | Data Type |
| 0 | Text |
| 2 | Choice |
| 4 | Date |
| 5 | Number (Floating Point) |
| 6 | Number (Integer) |
| 11 | Binary |
See Also
History
| Version | Status | Notes |
| 10.0 | Updated | Carried over from Panorama 6.0, but now supports binary data type. |