msc_moveToPrevScreen()

You can use the function to move a panel to the previous screen.

Synopsis

msc_moveToPrevScreen(stringsFrom);

Parameters

Parameter Description
sFrom sFrom is the current screen (,1,2,3).

Return value

-

Error

Description

You can use the function to move a panel to the previous screen.

Example

main()

{

string sFrom = "2";

msc_moveToPrevScreen(sFrom);

}

Assignment

Multimonitoring

Availability

UI

See also

msc_movePanel(), msc_moveToNextScreen()