
Appendix B
B-122
C Example
unsigned status;
unsigned fred_id;
.
.
.
status = TAG_LINK (&fred_id,“Fred”);
BASIC Example
The BASIC function code is 64.
DIM status : INTEGER
DIM tag_id : INTEGER
.
.
.
rem * TAG_LINK - link to the tag “wall” defined by another process
RUN AB_BAS (64,status,ADDR(tag_id),“wall”)
.
.
.
References
TAG_DEFINE(); TAG_UNDEF(); TAG_DEF_AVAIL();
TAG_GLOBAL_UNDEF();
Komentáře k této Příručce