Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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