12/25/2010 1:26 PM | |
Posts: 2348 Rating:
|
SRCBLK is pointer of type ANY. When you call SFC20 with SRCBLK:=DB301 actually it's trasferred into SRCBLK:= P#DB301.DBX0.0 BYTE 100 (assuming you have 100 bytes in that DB). Now what are you trying to do is makingP#DB[DB_No].DBX0.0 BYTE [DB_Length]. To make this you should create TEMP variable of type ANY - let it be ptrANY and then fill it Guess this link would be usefull |
Last edited by: Aret at: 12/25/2010 1:27 PM |
|
12/27/2010 11:08 AM | |
Joined: 11/18/2009 Last visit: 1/18/2023 Posts: 16 Rating:
|
|
Follow us on