( |
|
|
|||
Inserts a numeric value to the specified point of an area that has LongInt byte length (4). |
Parameters: | |
Numberical variable that will be added to the area | |
Area that will receive that numberical value and store it in byte-format | |
The nubmer of bytes from the start from the area where the LongInt will be stored | |
global procedure EndDataTransfer(var Area request) begin PutLongInArea(GetAreaLength(request)-4,request,0); return; end;
Related topics: |