Table of Content
HAL Forum
procedure ImportBlock (
String PRClassBlock)
Description:
import a block
Parameters:
PRClassBlock name of the block
global
updating procedure ReadImportTagprclass(string thetag)
begin
  ImportBlock("PRClassBlock");
  return;
end;
Related topics:
««