// Instruction Example : long plugin.search (string)
screen
.resolution
.set
(
512
,
384
)
text
.display
(
"The number of the 'filter Plugin' is : "
,
CENTER
,
10
)
text
.display
(
str
(
plugin
.search
(
"filter Plugin"
)
)
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)