msc_moveToNextScreen()
You can use the function to move a panel to the next screen.
Synopsis
msc_moveToNextScreen(string sFrom);
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 next screen.
Example
main()
{
string sFrom = "2";
msc_moveToNextScreen(sFrom);
}
Assignment
Multimonitoring
Availability
UI