How can I pass an Integer value from a .cc file to .tcl file?

Sana Shaikh <[email protected]> Wed, 18 May 2016 18:52:25 +0500
Newsgroups gmane.network.simulator.isi
Message-ID <CAL5XDq3tE7oEefGdz7Ra366AUnvZizDax13s1e9_cnYnzcYf6A@mail.gmail.com>
I am counting packets using a variable in .cc file.
Now, I want to get that value in my .tcl script, store it in some variable
and perform some operation on it? How is that poss