You are giving an example for readFile
I tried to Synchronize functions which i am declaring in the main module.
sync("combo")//does nothing
sync(global,"combo")//global does not contain a function combo
sync(main,"combo")//main does not con....
how should i do that?
thanks