Table of Content
HAL Forum
function string CurIPAddress (
)
Description:
Returns Client's IP Address
global
function LongInt CashVcRecordDefaultsClient(var record CashVc Cashr,record CashVc Cash2r,LongInt stat,LongInt long4)
BEGIN
  string 255 tstr;
      
  tstr = CurIPAddress;
  CashVcRecordDefaultsClient = res; 
  RETURN;
END;

Related topics:
««