Previous Up Next

_scriptc
Execute the script on the specified channel. Script is made by lines. Each line is a call to a function of the channel with arguments that can be nil, integer or string. If a function is not defined in the channel, the line is simply ignored.
'_scriptc _channel x' is equivalent to '_script x'

I _scriptc (
Chn _channel_
S _script_
)
Parameters

_channel_
any channel
_script_
script string
Return value

always 0 (see below)

Error :