ReplacePicture Subroutine Example

The following example replaces the Picture TestPicture with TestPicture1.

ReplacePicture "TestPicture1", "TestPicture"

The following example allows the calling picture TestPicture to replace the active Quick Trend Picture with QuickTrend1 and display the tag list Strings1.

ReplacePicture , , , , , TestPicture, QuickTrend1, Strings1

The following example allows the calling picture TestPicture to replace the active Tag Status Picture with TagStatus1 and display the tag list Strings2.

ReplacePicture , , , , , TestPicture, TagStatus1, Strings2

The following example allows the calling picture TestPicture to replace the active Tag Control Panel Picture with TagControlPanel1 and display the tag list Strings3.

ReplacePicture , , , , , TestPicture, TagControlPanel1, Strings3