Cognitive Sentiment icon Cognitive Sentiment Detects positive sentiment percentage of input text using cognitive ML; returns $SentimentPercentage, shows face, graph, and status for analysis. Try it →
 

Fillglobalarray

Utility.fillGlobalArray(globalVariableName, defaultValue)

Parameters

globalVariableName Name of the global array as a string.
defaultValue Value to fill the array with.

Returns

Nothing

Description

Fills the global array with name globalVariableName with the value defaultValue.