Jump to content

Get Array Information function: Difference between revisions

From LabVIEW Wiki
Started page
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{{stub}}
{{stub}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Cluster, Class, and Variant/Variant{{!}}Variant palette|type=function|icon=Data Type Parsing Palette - Get Array Information.png}}
{{LabVIEW Palette Object Information|palette=Functions Palette/Programming/Cluster, Class, and Variant/Variant/Data Type Parsing{{!}}Data Type Parsing palette|type=vi|icon=Data Type Parsing Palette - Get Array Information.png}}


The '''Get Array Information''' function retrieves array information from the data type stored in Variant. This VI returns an error if Variant does not contain an array.
The '''Get Array Information''' function retrieves array information from the data type stored in Variant. This VI returns an error if Variant does not contain an array.
Line 18: Line 18:
|}
|}
== See Also ==
== See Also ==
{{ambox|text=Add links to internal wiki pages that would also help.}}
* [[:Category:Data types|Data types]]
** [[Array data type]]
* [[Type descriptor]]


== External Links ==
== External Links ==

Latest revision as of 13:39, 30 June 2020

Object information
Owning palette(s) Data Type Parsing palette
Type VI
Requires Basic Development Environment
Icon

The Get Array Information function retrieves array information from the data type stored in Variant. This VI returns an error if Variant does not contain an array.

Usage

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links