Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue
Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged

Page properties
hiddentrue
Short description

Returns values stored in a number list variable.

Output Statussubtletruetitlenumber listAvailable since StatussubtletruecolourBluetitle2.6.0 UI Text Box
sizemedium
typeinfo

This function returns the values stored in a number list variable, which was previously created using the setNumberList() function.


Code Block
languagebash
titleSyntax
linenumberstrue
getNumberList(variableName) #Output: Number list


UI Expand
titleExamples


Expression parserDescription


Code Block
languagebash
linenumberstrue
getNumberList("myNumberList")


This example returns the values stored in the variable named "myNumberList", e.g.:

[1,2,3]



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
variableName

Status
subtletrue
titletext

The name of the stored variable.



UI Expand
titleOutput

This function returns a

Status
subtletrue
titlenumber list


UI Text Box
typetip

To return the value you must have created the variable before, using the setNumberList() function within the same expression.



Page properties
hiddentrue



Status
Tech review

Status
colourGreen
titledone

Style guide

Status
colourGreen
titledone

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


Short description

Returns values stored in a number list variable.

Output

Status
subtletrue
titlenumber list

Available since

Status
subtletrue
colourBlue
title2.6.0

Label