// Instruction Example : long script.call (string,string)
screen
.resolution
.set
(
512
,
384
)
%ret
=
script
.call
(
"ScriptCommandLineGet_1.tvs"
,
"Hello World"
)
screen
.resolution
.set
(
512
,
384
)
text
.display
(
str
(
%ret
)
,
CENTER
,
CENTER
)
text
.display
(
"Press a key to exit."
,
CENTER
,
350
)
keyboard
.wait
(
)
script
.stop
(
)