( |
|
|
|||
Returns an uuid that has been placed into an area in character encoded format. The length of the UUID in area is 20 bytes. |
Parameters: | |
Area that contains the character encoded UUID. | |
Position for the UUID extraction. | |
global procedure OnApplicationStartup() begin record INVc INr; area a; SetCompany(1,true); LoopMain(INr,1,true); HTSAddUUID(a,INr.UUID); stopalert(INr.UUID & chr(13) & HTSGetUUID(a,0)); return; end;
Related topics: |