ID : 468
Program File and Procedure
RC8 series program file is saved with the extension ".pcs."
More than one procedure can be created in one program file.
A procedure is a collection of processing sets. A procedure is described between a procedure declaration (Sub | Function) and End statement. Describing processing sets collectively enhances reusability, allows for description of processes repeated in a program and makes management easier.
There are 2 types of procedure: "Sub procedure" and "Function procedure."
ID : 468