@INFO

@INFO(attribute) returns information for the current spreadsheet work session.



Arguments

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)


Notes

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.



Examples

@INFO(memavail) returns the amount of memory available on your system.



See also
More power with @functions
@functions A-Z