Deserializes a 2-dimensional array variable. Should not be called directly.
Syntax
1
deserialize_array_2d(value)
Argument | Type | Description |
---|---|---|
value | real | The value to be deserialized into a 2d array. |
Returns: N/A
Description
This function will deserialize a value into a 2-dimensional array. This is used to explicitly deserialize a variable and should not be called directly.