Topics
All
MacOS
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Deprecated
Guides
Examples
Videos
New in version:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Sets shared memory value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
SharedMemory | 10.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No |
Parameter | Description | Example |
---|---|---|
Name | The name of the shared memory object. | "test" |
Value | The text value to store. e.g. an UUID to make it unique. |
"Hello World" |
Returns OK or error.
Store text in shared memory:
MBS( "SharedMemory.SetValue"; "test"; "Hello World" )
This function checks for a license.
Created 2nd February 2020, last changed 6th July 2022