Member of the support class.
whos
whos global
whos a b ... c
Displays the name, size, and data type of all variables that are in use. whos displays information for all variables in use. whos global displays information for all global variables in use. whos a b ... c displays information for all variables a, b, ... , c that are in use.
This function is not supported in the LabVIEW Run-Time Engine. This function can remain in your scripts when you build a stand-alone application or shared library, but the LabVIEW Run-Time Engine does not execute this function.
clear all
A = 12*23+4i
B = 4
whos