string.memAvailString
| Syntax |
string.memAvailString ()
|
| Params |
None required
|
| Action |
Determine the amount of memory, in kilobytes, available to the Frontier application.
|
| Returns |
A number indicating the number of kilobytes of memory available to the Frontier application, with the letter "K" appended.
|
| Examples |
string.memAvailString () » 327K
|
| Notes |
This verb is implemented as a script. string.memAvailString produces results identical to the use of the basic verb memAvail in conjunction with string.KBytes. On systems with large amounts of memory, string.megabyteString (memAvail ()) may be more convenient. If you need to use the amount of memory as a numeric value, use memAvail () rather than this verb.
|
| See Also |
memAvail
|