formatDebug()

Similar to the function Debug() but instead of writing to the log viewer returns the debug messages as string,.

Synopsis

string formatDebug(<any> x);

Parameters

Parameter Meaning
expression Control function to be evaluated

Return value

Returns the debug output as string.

Error

Missing arguments

Description

The function is similar to Debug() but instead of writing the output to the log viewer the output is returned as string value.

Assignment

Miscellaneous functions

Availability

UI, CTRL