From: Naveenarjuna on
Hi,
how can i share o make available a variable to two callbacks...Please help me..
From: Walter Roberson on
Naveenarjuna wrote:

> how can i share o make available a variable to two callbacks...Please
> help me..

You are using GUIDE. You may have noticed that callbacks constructed by
GUIDE always have a third parameter, usually named something like
'handles'. What is the purpose of that third parameter? How does the
code generated by GUIDE use it?