Custom Command
FunctionsObject Functions

$createObject

Creates an object that can be used later.

Usage

$createObject[object string]

Example:

!!exec $createObject[{"name":"Mido","age":110}]
Your name is $objectGet[name]
Your age is $objectGet[age]

Your name is Mido
Your age is 110

This function got deprecated, use $objectCreate instead

On this page