www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Declaration
subroutine header; forward;
Description
This Forward directive lets you declare a function or procedure before you call it by declaring the header (name, parameters, and return type) with the forward directive.