Home › Forums › KX Academy › Advanced Capstone 3.4 › Re: Advanced Capstone 3.4
-
Hi !
In order to execute across a handle, you must either use symbol or string execution.
So instead of having:
hdbH .perm.users
Try using the string method:
hdbH ".perm.users"
Let me know if this works!
Thanks,
Megan