Owning Class: support
Requires: MathScript RT Module
who_all
who_all global
who_all a b ... c
Legacy Name: whos
Displays the name, size, and data type of all variables that are in use. who_all displays information for all variables in use. who_all global displays information for all global variables in use. who_all a b ... c displays information for all variables a, b, ... , c that are in use.
If you call this function from a MathScript Node, LabVIEW operates with slower run-time performance for the MathScript Node. To optimize the performance of the MathScript Node, remove this function from scripts.
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
who_all