Skip to content

Get command

Alvin Cheng edited this page Jan 9, 2023 · 1 revision

Description

This is the get command, this command will allow you to access certain values of your array variable or object. In order to access your element you must supply the command with the key for an object or an element number for an array as well as the variable to get in.

Example

$ARR_ARRAY = (array "<VALUE>" "<VALUE>");
$VARIABLE = (get 1 $ARR_$ARRAY);

Clone this wiki locally