How to get the cell handle according to cell id?

If one cell has been subscribed before, and the cell id is known. How to get the according cell handle? Because the cell handle is needed in other operation, such as cell write or read.

:slight_smile:

when u subscribe for any cell using the cell id using the function adl_adSuscribe() it returms the handl;e which is used for further process like writing,finalising,deleting etc.
ex: structure1.Hdl = adl_adSubscribe(structure1.AnDIds,2000); here the “structure1.Hdl” is the cell handle corresponding to the cell id “structure1.AnDIds”