Difference between revisions of "MC-Basic:SYSTEM.MAXMEMBLOCK"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SYSTEM.MAXMEMBLOCK}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
 
  
 
|SYNTAX=
 
|SYNTAX=
Line 30: Line 30:
  
 
|LIMITATIONS=
 
|LIMITATIONS=
Read-Only. The statement, “System.MaxMemBlock = ''<value>''” is not flagged as an error, but the statement is ignored.
+
Read only. The statement, “System.MaxMemBlock = <''value''>” is not flagged as an error, but the statement is ignored.
  
 
|EXAMPLE=
 
|EXAMPLE=
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
+
* [[MC-Basic:SYSTEM.INFORMATION|SYSTEM.INFORMATION]]
 
 
  
 +
[[Category:MC-Basic:System|MC-Basic:System]]
 
}}
 
}}

Latest revision as of 06:03, 2 May 2017

Language: English  • 中文(简体)‎

This query returns the size (in bytes) of the largest block of free memory. This value is not necessarily the total amount of free memory in the system.

Syntax

?Sys.MaxMemBlock

?System.MaxMemBlock

Availability

All versions

Type

Long

Range

Depends on the amount of memory installed.

Scope

Configuration, Task or Terminal

Limitations

Read only. The statement, “System.MaxMemBlock = <value>” is not flagged as an error, but the statement is ignored.

Examples

?Sys.MaxMemBlock

See Also