
February 14th, 2013, 05:34 AM
|
 |
Contributing User
|
|
Join Date: Nov 2012
Location: Iran / France
|
|
|
Hi,
Either
- you need to use global variables, initialized inside your function, which is not often recommended as there could be unexpected side effects leading to ambiguous situations when the program becomes larger in future
- Or an initializing function returning the initialized variables, but again the types must already have been declared globally.
Regards,
Dariyoosh
|