company logo

SystemClass :: DebugLocals - Get values for local variables

The function returns values for local variables. When local variables are defined as collection, the function returns the number of instances in the collection and the position of the instance currently selected as:

var_name(var_type): string_value// single value

var_name(var_type): count/position// collection

var_type is the type of the currently selected instance (single value) or the collection data type.

Return value:  String object ( NString & )

Implementation details

NString SystemClass  :: DebugLocals (  )