CALLISTO V2 (serv.man5). Introduction to scripting in Callisto v2 (AS version) - Sharp Copying Equipment User Guide / Operation Manual. Page 16

Read Sharp CALLISTO V2 (serv.man5) User Guide / Operation Manual online

 
 
Business I.T. Systems Ltd 
 
 
Callisto Script Syntax 
 
All the Callisto Script commands must be defined within the Process procedure and the 
end; commands. Each script command must be followed by a semi-colon.  The indentation 
within the Script is performed manually to enable the script to be more readable. All the 
commands within the script are not case sensitive.  
If Statements  
If statements are used to test conditions. If the condition is true, then commands are 
executed. 
 
Example of If statements 
 
If 
Condition
 then 
  begin  
  
      //Statement 
 
  end; 
 
 
 
 
 
The statements are only executed if the condition is true.  
Introduction To Callisto Scripting.doc 
 
Page 16 
Page of 33
Display

Click on the first or last page to see other CALLISTO V2 (serv.man5) service manuals if exist.