Wasn't it pracus who wrote: >But I cannot do this. >The reason why I used outside check() function is that I need a return >value depending on received data from the file checked on server. I >need it because it will be called from different places in the code. So >I will call check() in different situations. I cannot implement the >code of one test_GDU() function inside check() function because it will >be different in others. I hope I didn;t throw anybody into confusion >with my broken english. Thank you for helping me!
Pass a parameter into your check function. Perform the different operations in the callback function depending on the value of that parameter. Or Have each test_GDU() function call a different check() function. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
