Microphone icon Microphone Record audio from your PC mic, auto-trigger and edit sample rate/effects, then play or export recordings to an EZ-B v4 SoundBoard for robot playback. 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.