Prehľad
Nástroje obsahu
%HI_To_Clipboard( in leftUpperItem, in rightLowerItem [, BOOL in formatByNLS] )
leftUpperItem | Item bounding the copied area from left and from above. |
rightLowerItem | Item bounding the copied area from right and from below. |
formatByNLS | Optional parameter. Possible values:
|
RECORD (SD.MachineProduced) _rec ; filling the local structure REDIM _rec[3] _rec^Product := "plate" _rec^count := 10 _rec[2]^Product := "knife" _rec[2]^Count := 13 ; inserting into Clipboard %HI_To_Clipboard(_rec[1]^Product, _rec[2]^Count)
Pridať komentár