@INFO(attribute) returns information for the current spreadsheet work session.
This attribute ... | Returns ... |
memavail | The amount of available memory |
totmem | The total memory available (both the amount currently available and the amount being used) |
origin | The absolute address of the top left cell currently in view |
selection | The address of the currently selected range |
worksheet-size | The size of the current worksheet file in Kilobytes (KB) |
release | eSuite spreadsheet version information |
javaversion | Java system property (the version of Java installed on your computer) |
javaclassversion | Java system property (the version of Java classes installed on your computer) |
Recalculate your work (by pressing F9 (CALC)) before you use @INFO to be sure the results are correct.
Use @INFO with @IF to check on the status of your spreadsheet; for example, you can use it to check if memory is low.
@INFO(memavail) returns the amount of memory available on your system.