Table of Content
HAL Forum
function LongInt GetAreaLength (
Area a)
Description:
Returns no. of Bytes in Area
Parameters:
a Variable of Area Type
global
function LongInt Example_GetAreaLength(Area adhp)
BEGIN
  LongInt adoff;

  adoff = GetAreaLength(adhp);
  RETURN;
END;

Related topics:
««