Custom Command
FunctionsObject Functions

$createObject

Creates an object that can be used later.

Usage

$createObject[object string]

Example:

Member
9/5/2026

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

Custom Command
APP
9/5/2026

Your name is Mido Your age is 110

This function got deprecated, use $objectCreate instead

On this page