Platforms to show: All Mac Windows Linux Cross-Platform

StringToMemoryBlockMBS(s as string) as memoryblock

Type Topic Plugin Version macOS Windows Linux iOS Targets
global method Basic MBS Util Plugin ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns a copy of the content of the string as a memoryblock.
Example
dim m as MemoryBlock = StringToMemoryBlockMBS("Hello")

MsgBox m.StringValue(0,5)

May return nil on low memory conditions.

Some examples using this global method:

The items on this page are in the following plugins: MBS Util Plugin.


The biggest plugin in space...