array

array

array

Function

Convert the value to an array.

Syntax

Parameters

ParametersTypeRequiredDefault valueDescription
valueAnyNoNoneThe value to convert.

Return value

TypeDescription
ArrayReturns an array value.

Example

Notes

  • The string will be split into a character array.
  • Object is converted to an array of values; Null, Empty, or no parameters returns an empty array.