Table of Content
HAL Forum
procedure PasteString (
Integer wn,string tstr)
Description:
Pastes string to active Field of Window
Parameters:
wn Window Number
tstr String to paste
global
procedure ToolKeyPad_Numbers(string numberstr)
BEGIN
  PasteString(CurWindow,numberstr);
  RETURN;
END;  

Related topics:
««