Crestron SIMPL+ Reference Manual page 283

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

®
Crestron SIMPL+
Software
{
IF (1)
{
RETURN (1);
}
RETURN (0);
}
STRING_FUNCTION MyStringFn ( )
{
IF (1)
{
RETURN ("abc");
}
RETURN ("def");
}
FUNCTION MyFn ( )
{
IF (1)
{
return;
}
}
EVENT
{
if (1)
return;
}
PUSH
{
if (1)
return;
}
RELEASE
{
if (1)
return;
}
CHANGE
{
if (1)
return;
}
®
Language Reference Guide - DOC. 5797G
SIMPL+
273

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the SIMPL+ and is the answer not in the manual?

Table of Contents

Save PDF