Table of Content
HAL Forum
function String CurrentCust (
)
Description:
Returns Code of Current Customer (used in webshop)
procedure Example()
begin
  String 10 ccust;

  ccust = CurrentCust;

  return;
end;
Related topics:
««