-
Notifications
You must be signed in to change notification settings - Fork 50
Manual:DIL Manual pathto()
iamnove edited this page Jan 18, 2023
·
51 revisions
integer pathto( from : unitptr, to : unitptr ) from : The unit which the path is taken from to : The unit which the path is taken to returns: DIR_XXX from values.h and/or vme.h. Example: i := pathto(self, findroom("inn@midgaard"));
---~---~---~---~---~---~---~---~---