Skip to content

Function; SobGroup_Create

Novaras edited this page Jun 5, 2021 · 2 revisions

SobGroup_Create(<sSobGroupName>)

Description

Creates an new, empty SobGroup referenced by sSobGroupName if it doesn't already exist.

Example

SobGroup_Create("my-group"); -- Creates a new group referenced by the string "my-group", if it doesn't already exist.

Arguments

Param Type Description
sSobGroupName string The name of the (potentially new) group.

Returns

nil

Related Pages

Comments

Page Status

Updated Formatting? Initial
Updated for HWRM? Initial

Clone this wiki locally