DebugArrayBox

Note: This page includes content based on the F1 documentation for Centura development. It may be partially converted to support APF development, but should be regarded to be of uncertain actuality. It is provided as is. Eventually, it should be replaced by documentation available from within Visual Studio.

SalNumber DebugArrayBox(SalArray<SalString> sArray, SalString sTitle)

The DebugBox methods shows the contents of a string array in a message box. This method may only be used for debugging purposes.

Parameters

Name Description
SalArray<SalString> The array which contents is to be shown in the message box.
String: sTitle Title to be used in the message box.

Returns

The return value is Sys.IDOK.