|
|
|
|
|
MemCount (Function) In french: MemOccurrence
Warning
From version 20, this feature is kept for backward compatibility. We recommend that you use Associative arrays.
Returns the number of elements found in a memory area. // Number of elements found in "MyMemoryZone" ResOccurrence = MemCount("MyMemoryZone")
Syntax
<Result> = MemCount(<Memory area>)
<Result>: Integer Number of elements found in the specified memory area. <Memory area>: Character string Name of the memory area, defined by MemCreate. Remarks Existence of memory area The existence of the memory area is not checked. If the specified memory area does not exist, a WLanguage error occurs when MemCount is used. To check the existence of a memory area, use MemExist. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|