Trail: PROIV Documentation > Developer > PROIV Developer > Developing Functions > Events and Logic > LSCALL

 

 

Purpose

LSCALL invokes a Function Cycle or Window.
 

Syntax

LSCALL (cycle_tagname{,return_code})
 

Operation

cycle_tagname is the object Tag Name of the cycle to be called.
return_code
 is optional and is always a numeric variable.
 

Remarks
 

 

Example

LSCALL(CompStat)

LSCALL(CompStat,RETURNCODE)
 

 

If either LSCALL or GLOBAL_LSCALL is used either directly or indirectly via a Global Logic you must preserve the value of $INPUT and #INPUT by saving them in a variable and restoring on return.

 

Comment on this topic

Topic ID: 520086

 
 
 

Table of Contents

Index

Glossary

-Search-

Back